#BDEA84

Color #BDEA84 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDEA84

Tints of Sulu #BDEA84

Color information

#BDEA84 (or 0xBDEA84) is unknown color: approx Sulu. HEX triplet: BD, EA and 84. RGB value is (189,234,132). Sum of RGB (Red+Green+Blue) = 189+234+132=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA84 is #42157B. Grayscale: #D1D1D1. Windows color (decimal): -4330876 or 8710845. OLE color: 8710845.

HSL color Cylindrical-coordinate representation of color #BDEA84: hue angle of 86.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDEA84 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB189234132-
CMYK0.1900.440.08
HSL86.47º70.83%71.76%-
HSV(B)86.47º43.59%91.76%-
XYZ54.5771.3332.72-
YUV208.9284.59113.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=34.05%
G=42.16%
B=23.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341320.1900.440.0886.4770.8371.76
HexBDEA841302C8564748
Octal2753522042305410126107110
Binary1011110111101010100001001001101011001000101011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEA84; }

 p { color: rgb(189,234,132); }

 H1.HeaderClassName
 {
   color: #BDEA84;
 }
 .AnyTagClassName
 {
   color: #BDEA84;
 }
</style>
background-color css

<style>
 a { background-color: #BDEA84; }

 a { background-color: rgb(189,234,132); }

 div.DivClassName
 {
   background-color: #BDEA84;
 }
 .BgClassName
 {
   background-color: #BDEA84;
 }
</style>
border-color css

<style>
 span { border-color: #BDEA84; }

 span { border-color: rgb(189,234,132); }

 td.TdClassName
 {
   border-color: #BDEA84;
 }
 .TagClassName
 {
   border-color: #BDEA84;
 }
</style>