Shades of Deco #BDD377
Tints of Deco #BDD377
RGB
CMYK
RGB Variations
Color information
#BDD377 (or 0xBDD377) is known color: Deco. HEX triplet: BD, D3 and 77. RGB value is (189,211,119). Sum of RGB (Red+Green+Blue) = 189+211+119=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD377 is #422C88. Grayscale: #C2C2C2. Windows color (decimal): -4336777 or 7852989. OLE color: 7852989.
HSL color Cylindrical-coordinate representation of color #BDD377: hue angle of 74.35º degrees, saturation: 0.51, 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 #BDD377 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 119 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.17 |
| HSL | 74.35º | 0.51% | 0.65% | - |
| HSV(B) | 74.35º | 0.44% | 0.83% | - |
| XYZ | 47.61 | 58.74 | 26.28 | - |
| YUV | 193.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 119 | 0.10 | 0 | 0.44 | 0.17 | 74.35 | 0.51 | 0.65 |
| Hex | BD | D3 | 77 | A | 0 | 2C | 11 | 4A | 33 | 41 |
| Octal | 275 | 323 | 167 | 12 | 0 | 54 | 21 | 112 | 63 | 101 |
| Binary | 10111101 | 11010011 | 1110111 | 1010 | 0 | 101100 | 10001 | 1001010 | 110011 | 1000001 |
Color Harmonies of #BDD377
Complementary color
Monochromatic Colors of #BDD377
Black with #BDD377
Text Example
Text Example
White with #BDD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD377; }
p { color: rgb(189,211,119); }
H1.HeaderClassName
{
color: #BDD377;
}
.AnyTagClassName
{
color: #BDD377;
}
</style>
background-color css
<style>
a { background-color: #BDD377; }
a { background-color: rgb(189,211,119); }
div.DivClassName
{
background-color: #BDD377;
}
.BgClassName
{
background-color: #BDD377;
}
</style>
border-color css
<style>
span { border-color: #BDD377; }
span { border-color: rgb(189,211,119); }
td.TdClassName
{
border-color: #BDD377;
}
.TagClassName
{
border-color: #BDD377;
}
</style>