#BDDC87

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

Shades of Sulu #BDDC87

Tints of Sulu #BDDC87

Color information

#BDDC87 (or 0xBDDC87) is unknown color: approx Sulu. HEX triplet: BD, DC and 87. RGB value is (189,220,135). Sum of RGB (Red+Green+Blue) = 189+220+135=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC87 is #422378. Grayscale: #C9C9C9. Windows color (decimal): -4334457 or 8903869. OLE color: 8903869.

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

Color convert

RGB189220135-
CMYK0.1400.390.14
HSL81.88º54.84%69.61%-
HSV(B)81.88º38.64%86.27%-
XYZ50.9563.7532.54-
YUV201.0490.73119.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 135 (53.12% from 255) = 24.82%
R=34.74%
G=40.44%
B=24.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201350.1400.390.1481.8854.8469.61
HexBDDC87E027E523746
Octal275334207160471612267106
Binary10111101110111001000011111100100111111010100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC87; }

 p { color: rgb(189,220,135); }

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

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

 a { background-color: rgb(189,220,135); }

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

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

 span { border-color: rgb(189,220,135); }

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