Shades of Earls Green #BDA82A
Tints of Earls Green #BDA82A
RGB
CMYK
RGB Variations
Color information
#BDA82A (or 0xBDA82A) is known color: Earls Green. HEX triplet: BD, A8 and 2A. RGB value is (189,168,42). Sum of RGB (Red+Green+Blue) = 189+168+42=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA82A is #4257D5. Grayscale: #A0A0A0. Windows color (decimal): -4347862 or 2795709. OLE color: 2795709.
HSL color Cylindrical-coordinate representation of color #BDA82A: hue angle of 51.43º 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 #BDA82A is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 42 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.26 |
| HSL | 51.43º | 0.64% | 0.45% | - |
| HSV(B) | 51.43º | 0.78% | 0.74% | - |
| XYZ | 35.41 | 38.99 | 7.85 | - |
| YUV | 159.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 42 | 0 | 0.11 | 0.78 | 0.26 | 51.43 | 0.64 | 0.45 |
| Hex | BD | A8 | 2A | 0 | B | 4E | 1A | 33 | 40 | 2D |
| Octal | 275 | 250 | 52 | 0 | 13 | 116 | 32 | 63 | 100 | 55 |
| Binary | 10111101 | 10101000 | 101010 | 0 | 1011 | 1001110 | 11010 | 110011 | 1000000 | 101101 |
Color Harmonies of #BDA82A
Complementary color
Monochromatic Colors of #BDA82A
Black with #BDA82A
Text Example
Text Example
White with #BDA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA82A; }
p { color: rgb(189,168,42); }
H1.HeaderClassName
{
color: #BDA82A;
}
.AnyTagClassName
{
color: #BDA82A;
}
</style>
background-color css
<style>
a { background-color: #BDA82A; }
a { background-color: rgb(189,168,42); }
div.DivClassName
{
background-color: #BDA82A;
}
.BgClassName
{
background-color: #BDA82A;
}
</style>
border-color css
<style>
span { border-color: #BDA82A; }
span { border-color: rgb(189,168,42); }
td.TdClassName
{
border-color: #BDA82A;
}
.TagClassName
{
border-color: #BDA82A;
}
</style>