#BDDB82

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

Shades of Sulu #BDDB82

Tints of Sulu #BDDB82

Color information

#BDDB82 (or 0xBDDB82) is unknown color: approx Sulu. HEX triplet: BD, DB and 82. RGB value is (189,219,130). Sum of RGB (Red+Green+Blue) = 189+219+130=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB82 is #42247D. Grayscale: #C8C8C8. Windows color (decimal): -4334718 or 8575933. OLE color: 8575933.

HSL color Cylindrical-coordinate representation of color #BDDB82: hue angle of 80.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDDB82 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB189219130-
CMYK0.1400.410.14
HSL80.22º55.28%68.43%-
HSV(B)80.22º40.64%85.88%-
XYZ50.3563.0930.64-
YUV199.8888.56120.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=35.13%
G=40.71%
B=24.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191300.1400.410.1480.2255.2868.43
HexBDDB82E029E503744
Octal275333202160511612067104
Binary10111101110110111000001011100101001111010100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB82; }

 p { color: rgb(189,219,130); }

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

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

 a { background-color: rgb(189,219,130); }

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

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

 span { border-color: rgb(189,219,130); }

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