Shades of Earls Green #BDB222
Tints of Earls Green #BDB222
RGB
CMYK
RGB Variations
Color information
#BDB222 (or 0xBDB222) is known color: Earls Green. HEX triplet: BD, B2 and 22. RGB value is (189,178,34). Sum of RGB (Red+Green+Blue) = 189+178+34=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB222 is #424DDD. Grayscale: #A5A5A5. Windows color (decimal): -4345310 or 2273981. OLE color: 2273981.
HSL color Cylindrical-coordinate representation of color #BDB222: hue angle of 55.74º 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 #BDB222 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 34 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.26 |
| HSL | 55.74º | 0.7% | 0.44% | - |
| HSV(B) | 55.74º | 0.82% | 0.74% | - |
| XYZ | 37.2 | 42.78 | 7.81 | - |
| YUV | 164.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 34 | 0 | 0.06 | 0.82 | 0.26 | 55.74 | 0.7 | 0.44 |
| Hex | BD | B2 | 22 | 0 | 6 | 52 | 1A | 38 | 46 | 2C |
| Octal | 275 | 262 | 42 | 0 | 6 | 122 | 32 | 70 | 106 | 54 |
| Binary | 10111101 | 10110010 | 100010 | 0 | 110 | 1010010 | 11010 | 111000 | 1000110 | 101100 |
Color Harmonies of #BDB222
Complementary color
Monochromatic Colors of #BDB222
Black with #BDB222
Text Example
Text Example
White with #BDB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB222; }
p { color: rgb(189,178,34); }
H1.HeaderClassName
{
color: #BDB222;
}
.AnyTagClassName
{
color: #BDB222;
}
</style>
background-color css
<style>
a { background-color: #BDB222; }
a { background-color: rgb(189,178,34); }
div.DivClassName
{
background-color: #BDB222;
}
.BgClassName
{
background-color: #BDB222;
}
</style>
border-color css
<style>
span { border-color: #BDB222; }
span { border-color: rgb(189,178,34); }
td.TdClassName
{
border-color: #BDB222;
}
.TagClassName
{
border-color: #BDB222;
}
</style>