Shades of Earls Green #BDB224
Tints of Earls Green #BDB224
RGB
CMYK
RGB Variations
Color information
#BDB224 (or 0xBDB224) is known color: Earls Green. HEX triplet: BD, B2 and 24. RGB value is (189,178,36). Sum of RGB (Red+Green+Blue) = 189+178+36=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB224 is #424DDB. Grayscale: #A5A5A5. Windows color (decimal): -4345308 or 2405053. OLE color: 2405053.
HSL color Cylindrical-coordinate representation of color #BDB224: hue angle of 55.69º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDB224 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.26 |
| HSL | 55.69º | 0.68% | 0.44% | - |
| HSV(B) | 55.69º | 0.81% | 0.74% | - |
| XYZ | 37.23 | 42.79 | 7.97 | - |
| YUV | 165.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 36 | 0 | 0.06 | 0.81 | 0.26 | 55.69 | 0.68 | 0.44 |
| Hex | BD | B2 | 24 | 0 | 6 | 51 | 1A | 38 | 44 | 2C |
| Octal | 275 | 262 | 44 | 0 | 6 | 121 | 32 | 70 | 104 | 54 |
| Binary | 10111101 | 10110010 | 100100 | 0 | 110 | 1010001 | 11010 | 111000 | 1000100 | 101100 |
Color Harmonies of #BDB224
Complementary color
Monochromatic Colors of #BDB224
Black with #BDB224
Text Example
Text Example
White with #BDB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB224; }
p { color: rgb(189,178,36); }
H1.HeaderClassName
{
color: #BDB224;
}
.AnyTagClassName
{
color: #BDB224;
}
</style>
background-color css
<style>
a { background-color: #BDB224; }
a { background-color: rgb(189,178,36); }
div.DivClassName
{
background-color: #BDB224;
}
.BgClassName
{
background-color: #BDB224;
}
</style>
border-color css
<style>
span { border-color: #BDB224; }
span { border-color: rgb(189,178,36); }
td.TdClassName
{
border-color: #BDB224;
}
.TagClassName
{
border-color: #BDB224;
}
</style>