#BDD587

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

Shades of Sulu #BDD587

Tints of Sulu #BDD587

Color information

#BDD587 (or 0xBDD587) is unknown color: approx Sulu. HEX triplet: BD, D5 and 87. RGB value is (189,213,135). Sum of RGB (Red+Green+Blue) = 189+213+135=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD587 is #422A78. Grayscale: #C5C5C5. Windows color (decimal): -4336249 or 8902077. OLE color: 8902077.

HSL color Cylindrical-coordinate representation of color #BDD587: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD587 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB189213135-
CMYK0.1100.370.16
HSL78.46º48.15%68.24%-
HSV(B)78.46º36.62%83.53%-
XYZ49.1560.1631.94-
YUV196.9393.05122.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 135 (53.12% from 255) = 25.14%
R=35.20%
G=39.66%
B=25.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131350.1100.370.1678.4648.1568.24
HexBDD587B025104e3044
Octal275325207130452011660104
Binary101111011101010110000111101101001011000010011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD587; }

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

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

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

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

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

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

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

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