#BDD477

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

Shades of Deco #BDD477

Tints of Deco #BDD477

Color information

#BDD477 (or 0xBDD477) is unknown color: approx Deco. HEX triplet: BD, D4 and 77. RGB value is (189,212,119). Sum of RGB (Red+Green+Blue) = 189+212+119=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD477 is #422B88. Grayscale: #C2C2C2. Windows color (decimal): -4336521 or 7853245. OLE color: 7853245.

HSL color Cylindrical-coordinate representation of color #BDD477: hue angle of 74.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD477 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB189212119-
CMYK0.1100.440.17
HSL74.84º51.96%64.9%-
HSV(B)74.84º43.87%83.14%-
XYZ47.8659.2426.36-
YUV194.5285.38124.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=36.35%
G=40.77%
B=22.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121190.1100.440.1774.8451.9664.9
HexBDD477B02C114b3441
Octal275324167130542111364101
Binary10111101110101001110111101101011001000110010111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD477; }

 p { color: rgb(189,212,119); }

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

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

 a { background-color: rgb(189,212,119); }

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

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

 span { border-color: rgb(189,212,119); }

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