#BDD576

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

Shades of Sulu #BDD576

Tints of Sulu #BDD576

Color information

#BDD576 (or 0xBDD576) is unknown color: approx Sulu. HEX triplet: BD, D5 and 76. RGB value is (189,213,118). Sum of RGB (Red+Green+Blue) = 189+213+118=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD576 is #422A89. Grayscale: #C3C3C3. Windows color (decimal): -4336266 or 7787965. OLE color: 7787965.

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

Color convert

RGB189213118-
CMYK0.1100.450.16
HSL75.16º53.07%64.9%-
HSV(B)75.16º44.6%83.53%-
XYZ48.0559.7226.13-
YUV194.9984.55123.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=36.35%
G=40.96%
B=22.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131180.1100.450.1675.1653.0764.9
HexBDD576B02D104b3541
Octal275325166130552011365101
Binary10111101110101011110110101101011011000010010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD576; }

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

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

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

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

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

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

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

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