Shades of Earls Green #BDA822
Tints of Earls Green #BDA822
RGB
CMYK
RGB Variations
Color information
#BDA822 (or 0xBDA822) is known color: Earls Green. HEX triplet: BD, A8 and 22. RGB value is (189,168,34). Sum of RGB (Red+Green+Blue) = 189+168+34=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA822 is #4257DD. Grayscale: #9F9F9F. Windows color (decimal): -4347870 or 2271421. OLE color: 2271421.
HSL color Cylindrical-coordinate representation of color #BDA822: hue angle of 51.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDA822 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 34 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.26 |
| HSL | 51.87º | 0.7% | 0.44% | - |
| HSV(B) | 51.87º | 0.82% | 0.74% | - |
| XYZ | 35.28 | 38.94 | 7.17 | - |
| YUV | 159 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 34 | 0 | 0.11 | 0.82 | 0.26 | 51.87 | 0.7 | 0.44 |
| Hex | BD | A8 | 22 | 0 | B | 52 | 1A | 34 | 46 | 2C |
| Octal | 275 | 250 | 42 | 0 | 13 | 122 | 32 | 64 | 106 | 54 |
| Binary | 10111101 | 10101000 | 100010 | 0 | 1011 | 1010010 | 11010 | 110100 | 1000110 | 101100 |
Color Harmonies of #BDA822
Complementary color
Monochromatic Colors of #BDA822
Black with #BDA822
Text Example
Text Example
White with #BDA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA822; }
p { color: rgb(189,168,34); }
H1.HeaderClassName
{
color: #BDA822;
}
.AnyTagClassName
{
color: #BDA822;
}
</style>
background-color css
<style>
a { background-color: #BDA822; }
a { background-color: rgb(189,168,34); }
div.DivClassName
{
background-color: #BDA822;
}
.BgClassName
{
background-color: #BDA822;
}
</style>
border-color css
<style>
span { border-color: #BDA822; }
span { border-color: rgb(189,168,34); }
td.TdClassName
{
border-color: #BDA822;
}
.TagClassName
{
border-color: #BDA822;
}
</style>