Shades of Earls Green #BDB02A
Tints of Earls Green #BDB02A
RGB
CMYK
RGB Variations
Color information
#BDB02A (or 0xBDB02A) is known color: Earls Green. HEX triplet: BD, B0 and 2A. RGB value is (189,176,42). Sum of RGB (Red+Green+Blue) = 189+176+42=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB02A is #424FD5. Grayscale: #A5A5A5. Windows color (decimal): -4345814 or 2797757. OLE color: 2797757.
HSL color Cylindrical-coordinate representation of color #BDB02A: hue angle of 54.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDB02A is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 42 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.26 |
| HSL | 54.69º | 0.64% | 0.45% | - |
| HSV(B) | 54.69º | 0.78% | 0.74% | - |
| XYZ | 36.93 | 42.04 | 8.36 | - |
| YUV | 164.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 42 | 0 | 0.07 | 0.78 | 0.26 | 54.69 | 0.64 | 0.45 |
| Hex | BD | B0 | 2A | 0 | 7 | 4E | 1A | 37 | 40 | 2D |
| Octal | 275 | 260 | 52 | 0 | 7 | 116 | 32 | 67 | 100 | 55 |
| Binary | 10111101 | 10110000 | 101010 | 0 | 111 | 1001110 | 11010 | 110111 | 1000000 | 101101 |
Color Harmonies of #BDB02A
Complementary color
Monochromatic Colors of #BDB02A
Black with #BDB02A
Text Example
Text Example
White with #BDB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB02A; }
p { color: rgb(189,176,42); }
H1.HeaderClassName
{
color: #BDB02A;
}
.AnyTagClassName
{
color: #BDB02A;
}
</style>
background-color css
<style>
a { background-color: #BDB02A; }
a { background-color: rgb(189,176,42); }
div.DivClassName
{
background-color: #BDB02A;
}
.BgClassName
{
background-color: #BDB02A;
}
</style>
border-color css
<style>
span { border-color: #BDB02A; }
span { border-color: rgb(189,176,42); }
td.TdClassName
{
border-color: #BDB02A;
}
.TagClassName
{
border-color: #BDB02A;
}
</style>