Shades of Deco #BDD277
Tints of Deco #BDD277
RGB
CMYK
RGB Variations
Color information
#BDD277 (or 0xBDD277) is known color: Deco. HEX triplet: BD, D2 and 77. RGB value is (189,210,119). Sum of RGB (Red+Green+Blue) = 189+210+119=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD277 is #422D88. Grayscale: #C1C1C1. Windows color (decimal): -4337033 or 7852733. OLE color: 7852733.
HSL color Cylindrical-coordinate representation of color #BDD277: hue angle of 73.85º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD277 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 119 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.18 |
| HSL | 73.85º | 0.5% | 0.65% | - |
| HSV(B) | 73.85º | 0.43% | 0.82% | - |
| XYZ | 47.36 | 58.24 | 26.2 | - |
| YUV | 193.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 119 | 0.10 | 0 | 0.43 | 0.18 | 73.85 | 0.5 | 0.65 |
| Hex | BD | D2 | 77 | A | 0 | 2B | 12 | 4A | 32 | 41 |
| Octal | 275 | 322 | 167 | 12 | 0 | 53 | 22 | 112 | 62 | 101 |
| Binary | 10111101 | 11010010 | 1110111 | 1010 | 0 | 101011 | 10010 | 1001010 | 110010 | 1000001 |
Color Harmonies of #BDD277
Complementary color
Monochromatic Colors of #BDD277
Black with #BDD277
Text Example
Text Example
White with #BDD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD277; }
p { color: rgb(189,210,119); }
H1.HeaderClassName
{
color: #BDD277;
}
.AnyTagClassName
{
color: #BDD277;
}
</style>
background-color css
<style>
a { background-color: #BDD277; }
a { background-color: rgb(189,210,119); }
div.DivClassName
{
background-color: #BDD277;
}
.BgClassName
{
background-color: #BDD277;
}
</style>
border-color css
<style>
span { border-color: #BDD277; }
span { border-color: rgb(189,210,119); }
td.TdClassName
{
border-color: #BDD277;
}
.TagClassName
{
border-color: #BDD277;
}
</style>