#BDDD83

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

Shades of Sulu #BDDD83

Tints of Sulu #BDDD83

Color information

#BDDD83 (or 0xBDDD83) is unknown color: approx Sulu. HEX triplet: BD, DD and 83. RGB value is (189,221,131). Sum of RGB (Red+Green+Blue) = 189+221+131=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD83 is #42227C. Grayscale: #C9C9C9. Windows color (decimal): -4334205 or 8641981. OLE color: 8641981.

HSL color Cylindrical-coordinate representation of color #BDDD83: hue angle of 81.33º 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 #BDDD83 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB189221131-
CMYK0.1400.410.13
HSL81.33º56.96%69.02%-
HSV(B)81.33º40.72%86.67%-
XYZ50.9464.1731.17-
YUV201.1788.4119.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 131 (51.56% from 255) = 24.21%
R=34.94%
G=40.85%
B=24.21%

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
Decimal1892211310.1400.410.1381.3356.9669.02
HexBDDD83E029D513945
Octal275335203160511512171105
Binary10111101110111011000001111100101001110110100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD83; }

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

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

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

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

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

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

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

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