Shades of Earls Green #BDA722
Tints of Earls Green #BDA722
RGB
CMYK
RGB Variations
Color information
#BDA722 (or 0xBDA722) is known color: Earls Green. HEX triplet: BD, A7 and 22. RGB value is (189,167,34). Sum of RGB (Red+Green+Blue) = 189+167+34=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA722 is #4258DD. Grayscale: #9E9E9E. Windows color (decimal): -4348126 or 2271165. OLE color: 2271165.
HSL color Cylindrical-coordinate representation of color #BDA722: hue angle of 51.48º 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 #BDA722 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 34 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.26 |
| HSL | 51.48º | 0.7% | 0.44% | - |
| HSV(B) | 51.48º | 0.82% | 0.74% | - |
| XYZ | 35.09 | 38.57 | 7.11 | - |
| YUV | 158.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 34 | 0 | 0.12 | 0.82 | 0.26 | 51.48 | 0.7 | 0.44 |
| Hex | BD | A7 | 22 | 0 | C | 52 | 1A | 33 | 46 | 2C |
| Octal | 275 | 247 | 42 | 0 | 14 | 122 | 32 | 63 | 106 | 54 |
| Binary | 10111101 | 10100111 | 100010 | 0 | 1100 | 1010010 | 11010 | 110011 | 1000110 | 101100 |
Color Harmonies of #BDA722
Complementary color
Monochromatic Colors of #BDA722
Black with #BDA722
Text Example
Text Example
White with #BDA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA722; }
p { color: rgb(189,167,34); }
H1.HeaderClassName
{
color: #BDA722;
}
.AnyTagClassName
{
color: #BDA722;
}
</style>
background-color css
<style>
a { background-color: #BDA722; }
a { background-color: rgb(189,167,34); }
div.DivClassName
{
background-color: #BDA722;
}
.BgClassName
{
background-color: #BDA722;
}
</style>
border-color css
<style>
span { border-color: #BDA722; }
span { border-color: rgb(189,167,34); }
td.TdClassName
{
border-color: #BDA722;
}
.TagClassName
{
border-color: #BDA722;
}
</style>