#BDD676

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

Shades of Sulu #BDD676

Tints of Sulu #BDD676

Color information

#BDD676 (or 0xBDD676) is unknown color: approx Sulu. HEX triplet: BD, D6 and 76. RGB value is (189,214,118). Sum of RGB (Red+Green+Blue) = 189+214+118=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD676 is #422989. Grayscale: #C3C3C3. Windows color (decimal): -4336010 or 7788221. OLE color: 7788221.

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

Color convert

RGB189214118-
CMYK0.1200.450.16
HSL75.62º53.93%65.1%-
HSV(B)75.62º44.86%83.92%-
XYZ48.360.2226.22-
YUV195.5884.22123.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=36.28%
G=41.07%
B=22.65%

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
Decimal1892141180.1200.450.1675.6253.9365.1
HexBDD676C02D104c3641
Octal275326166140552011466101
Binary10111101110101101110110110001011011000010011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD676; }

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

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

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

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

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

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

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

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