Shades of Earls Green #BDB116
Tints of Earls Green #BDB116
RGB
CMYK
RGB Variations
Color information
#BDB116 (or 0xBDB116) is known color: Earls Green. HEX triplet: BD, B1 and 16. RGB value is (189,177,22). Sum of RGB (Red+Green+Blue) = 189+177+22=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB116 is #424EE9. Grayscale: #A3A3A3. Windows color (decimal): -4345578 or 1487293. OLE color: 1487293.
HSL color Cylindrical-coordinate representation of color #BDB116: hue angle of 55.69º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB116 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 22 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.26 |
| HSL | 55.69º | 0.79% | 0.41% | - |
| HSV(B) | 55.69º | 0.88% | 0.74% | - |
| XYZ | 36.85 | 42.32 | 6.99 | - |
| YUV | 162.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 22 | 0 | 0.06 | 0.88 | 0.26 | 55.69 | 0.79 | 0.41 |
| Hex | BD | B1 | 16 | 0 | 6 | 58 | 1A | 38 | 4F | 29 |
| Octal | 275 | 261 | 26 | 0 | 6 | 130 | 32 | 70 | 117 | 51 |
| Binary | 10111101 | 10110001 | 10110 | 0 | 110 | 1011000 | 11010 | 111000 | 1001111 | 101001 |
Color Harmonies of #BDB116
Complementary color
Monochromatic Colors of #BDB116
Black with #BDB116
Text Example
Text Example
White with #BDB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB116; }
p { color: rgb(189,177,22); }
H1.HeaderClassName
{
color: #BDB116;
}
.AnyTagClassName
{
color: #BDB116;
}
</style>
background-color css
<style>
a { background-color: #BDB116; }
a { background-color: rgb(189,177,22); }
div.DivClassName
{
background-color: #BDB116;
}
.BgClassName
{
background-color: #BDB116;
}
</style>
border-color css
<style>
span { border-color: #BDB116; }
span { border-color: rgb(189,177,22); }
td.TdClassName
{
border-color: #BDB116;
}
.TagClassName
{
border-color: #BDB116;
}
</style>