Shades of Earls Green #BDA422
Tints of Earls Green #BDA422
RGB
CMYK
RGB Variations
Color information
#BDA422 (or 0xBDA422) is known color: Earls Green. HEX triplet: BD, A4 and 22. RGB value is (189,164,34). Sum of RGB (Red+Green+Blue) = 189+164+34=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA422 is #425BDD. Grayscale: #9D9D9D. Windows color (decimal): -4348894 or 2270397. OLE color: 2270397.
HSL color Cylindrical-coordinate representation of color #BDA422: hue angle of 50.32º 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 #BDA422 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 34 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.26 |
| HSL | 50.32º | 0.7% | 0.44% | - |
| HSV(B) | 50.32º | 0.82% | 0.74% | - |
| XYZ | 34.55 | 37.49 | 6.93 | - |
| YUV | 156.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 34 | 0 | 0.13 | 0.82 | 0.26 | 50.32 | 0.7 | 0.44 |
| Hex | BD | A4 | 22 | 0 | D | 52 | 1A | 32 | 46 | 2C |
| Octal | 275 | 244 | 42 | 0 | 15 | 122 | 32 | 62 | 106 | 54 |
| Binary | 10111101 | 10100100 | 100010 | 0 | 1101 | 1010010 | 11010 | 110010 | 1000110 | 101100 |
Color Harmonies of #BDA422
Complementary color
Monochromatic Colors of #BDA422
Black with #BDA422
Text Example
Text Example
White with #BDA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA422; }
p { color: rgb(189,164,34); }
H1.HeaderClassName
{
color: #BDA422;
}
.AnyTagClassName
{
color: #BDA422;
}
</style>
background-color css
<style>
a { background-color: #BDA422; }
a { background-color: rgb(189,164,34); }
div.DivClassName
{
background-color: #BDA422;
}
.BgClassName
{
background-color: #BDA422;
}
</style>
border-color css
<style>
span { border-color: #BDA422; }
span { border-color: rgb(189,164,34); }
td.TdClassName
{
border-color: #BDA422;
}
.TagClassName
{
border-color: #BDA422;
}
</style>