#BDD776

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

Shades of Sulu #BDD776

Tints of Sulu #BDD776

Color information

#BDD776 (or 0xBDD776) is unknown color: approx Sulu. HEX triplet: BD, D7 and 76. RGB value is (189,215,118). Sum of RGB (Red+Green+Blue) = 189+215+118=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD776 is #422889. Grayscale: #C4C4C4. Windows color (decimal): -4335754 or 7788477. OLE color: 7788477.

HSL color Cylindrical-coordinate representation of color #BDD776: hue angle of 76.08º degrees, saturation: 0.55, 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 #BDD776 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB189215118-
CMYK0.1200.450.16
HSL76.08º54.8%65.29%-
HSV(B)76.08º45.12%84.31%-
XYZ48.5660.7326.3-
YUV196.1783.89122.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=36.21%
G=41.19%
B=22.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151180.1200.450.1676.0854.865.29
HexBDD776C02D104c3741
Octal275327166140552011467101
Binary10111101110101111110110110001011011000010011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD776; }

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

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

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

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

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

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

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

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