Shades of Earls Green #BDA222
Tints of Earls Green #BDA222
RGB
CMYK
RGB Variations
Color information
#BDA222 (or 0xBDA222) is known color: Earls Green. HEX triplet: BD, A2 and 22. RGB value is (189,162,34). Sum of RGB (Red+Green+Blue) = 189+162+34=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA222 is #425DDD. Grayscale: #9C9C9C. Windows color (decimal): -4349406 or 2269885. OLE color: 2269885.
HSL color Cylindrical-coordinate representation of color #BDA222: hue angle of 49.55º 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 #BDA222 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 34 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.26 |
| HSL | 49.55º | 0.7% | 0.44% | - |
| HSV(B) | 49.55º | 0.82% | 0.74% | - |
| XYZ | 34.2 | 36.77 | 6.81 | - |
| YUV | 155.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 34 | 0 | 0.14 | 0.82 | 0.26 | 49.55 | 0.7 | 0.44 |
| Hex | BD | A2 | 22 | 0 | E | 52 | 1A | 32 | 46 | 2C |
| Octal | 275 | 242 | 42 | 0 | 16 | 122 | 32 | 62 | 106 | 54 |
| Binary | 10111101 | 10100010 | 100010 | 0 | 1110 | 1010010 | 11010 | 110010 | 1000110 | 101100 |
Color Harmonies of #BDA222
Complementary color
Monochromatic Colors of #BDA222
Black with #BDA222
Text Example
Text Example
White with #BDA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA222; }
p { color: rgb(189,162,34); }
H1.HeaderClassName
{
color: #BDA222;
}
.AnyTagClassName
{
color: #BDA222;
}
</style>
background-color css
<style>
a { background-color: #BDA222; }
a { background-color: rgb(189,162,34); }
div.DivClassName
{
background-color: #BDA222;
}
.BgClassName
{
background-color: #BDA222;
}
</style>
border-color css
<style>
span { border-color: #BDA222; }
span { border-color: rgb(189,162,34); }
td.TdClassName
{
border-color: #BDA222;
}
.TagClassName
{
border-color: #BDA222;
}
</style>