#BDD976

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

Shades of Sulu #BDD976

Tints of Sulu #BDD976

Color information

#BDD976 (or 0xBDD976) is unknown color: approx Sulu. HEX triplet: BD, D9 and 76. RGB value is (189,217,118). Sum of RGB (Red+Green+Blue) = 189+217+118=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD976 is #422689. Grayscale: #C5C5C5. Windows color (decimal): -4335242 or 7788989. OLE color: 7788989.

HSL color Cylindrical-coordinate representation of color #BDD976: hue angle of 76.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD976 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB189217118-
CMYK0.1300.460.15
HSL76.97º56.57%65.69%-
HSV(B)76.97º45.62%85.1%-
XYZ49.0761.7526.47-
YUV197.3483.22122.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=36.07%
G=41.41%
B=22.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171180.1300.460.1576.9756.5765.69
HexBDD976D02EF4d3942
Octal275331166150561711571102
Binary1011110111011001111011011010101110111110011011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD976; }

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

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

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

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

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

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

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

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