#BDDD82

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

Shades of Sulu #BDDD82

Tints of Sulu #BDDD82

Color information

#BDDD82 (or 0xBDDD82) is unknown color: approx Sulu. HEX triplet: BD, DD and 82. RGB value is (189,221,130). Sum of RGB (Red+Green+Blue) = 189+221+130=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD82 is #42227D. Grayscale: #C9C9C9. Windows color (decimal): -4334206 or 8576445. OLE color: 8576445.

HSL color Cylindrical-coordinate representation of color #BDDD82: hue angle of 81.1º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDDD82 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB189221130-
CMYK0.1400.410.13
HSL81.1º57.23%68.82%-
HSV(B)81.1º41.18%86.67%-
XYZ50.8764.1430.82-
YUV201.0687.9119.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=35%
G=40.93%
B=24.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211300.1400.410.1381.157.2368.82
HexBDDD82E029D513945
Octal275335202160511512171105
Binary10111101110111011000001011100101001110110100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD82; }

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

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

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

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

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

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

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

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