Shades of Earls Green #BDB228
Tints of Earls Green #BDB228
RGB
CMYK
RGB Variations
Color information
#BDB228 (or 0xBDB228) is known color: Earls Green. HEX triplet: BD, B2 and 28. RGB value is (189,178,40). Sum of RGB (Red+Green+Blue) = 189+178+40=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB228 is #424DD7. Grayscale: #A6A6A6. Windows color (decimal): -4345304 or 2667197. OLE color: 2667197.
HSL color Cylindrical-coordinate representation of color #BDB228: hue angle of 55.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDB228 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 40 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.26 |
| HSL | 55.57º | 0.65% | 0.45% | - |
| HSV(B) | 55.57º | 0.79% | 0.74% | - |
| XYZ | 37.29 | 42.81 | 8.31 | - |
| YUV | 165.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 40 | 0 | 0.06 | 0.79 | 0.26 | 55.57 | 0.65 | 0.45 |
| Hex | BD | B2 | 28 | 0 | 6 | 4F | 1A | 38 | 41 | 2D |
| Octal | 275 | 262 | 50 | 0 | 6 | 117 | 32 | 70 | 101 | 55 |
| Binary | 10111101 | 10110010 | 101000 | 0 | 110 | 1001111 | 11010 | 111000 | 1000001 | 101101 |
Color Harmonies of #BDB228
Complementary color
Monochromatic Colors of #BDB228
Black with #BDB228
Text Example
Text Example
White with #BDB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB228; }
p { color: rgb(189,178,40); }
H1.HeaderClassName
{
color: #BDB228;
}
.AnyTagClassName
{
color: #BDB228;
}
</style>
background-color css
<style>
a { background-color: #BDB228; }
a { background-color: rgb(189,178,40); }
div.DivClassName
{
background-color: #BDB228;
}
.BgClassName
{
background-color: #BDB228;
}
</style>
border-color css
<style>
span { border-color: #BDB228; }
span { border-color: rgb(189,178,40); }
td.TdClassName
{
border-color: #BDB228;
}
.TagClassName
{
border-color: #BDB228;
}
</style>