Shades of Earls Green #BDA223
Tints of Earls Green #BDA223
RGB
CMYK
RGB Variations
Color information
#BDA223 (or 0xBDA223) is known color: Earls Green. HEX triplet: BD, A2 and 23. RGB value is (189,162,35). Sum of RGB (Red+Green+Blue) = 189+162+35=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA223 is #425DDC. Grayscale: #9C9C9C. Windows color (decimal): -4349405 or 2335421. OLE color: 2335421.
HSL color Cylindrical-coordinate representation of color #BDA223: hue angle of 49.48º degrees, saturation: 0.69, 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 #BDA223 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 35 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.26 |
| HSL | 49.48º | 0.69% | 0.44% | - |
| HSV(B) | 49.48º | 0.81% | 0.74% | - |
| XYZ | 34.21 | 36.78 | 6.89 | - |
| YUV | 155.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 35 | 0 | 0.14 | 0.81 | 0.26 | 49.48 | 0.69 | 0.44 |
| Hex | BD | A2 | 23 | 0 | E | 51 | 1A | 31 | 45 | 2C |
| Octal | 275 | 242 | 43 | 0 | 16 | 121 | 32 | 61 | 105 | 54 |
| Binary | 10111101 | 10100010 | 100011 | 0 | 1110 | 1010001 | 11010 | 110001 | 1000101 | 101100 |
Color Harmonies of #BDA223
Complementary color
Monochromatic Colors of #BDA223
Black with #BDA223
Text Example
Text Example
White with #BDA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA223; }
p { color: rgb(189,162,35); }
H1.HeaderClassName
{
color: #BDA223;
}
.AnyTagClassName
{
color: #BDA223;
}
</style>
background-color css
<style>
a { background-color: #BDA223; }
a { background-color: rgb(189,162,35); }
div.DivClassName
{
background-color: #BDA223;
}
.BgClassName
{
background-color: #BDA223;
}
</style>
border-color css
<style>
span { border-color: #BDA223; }
span { border-color: rgb(189,162,35); }
td.TdClassName
{
border-color: #BDA223;
}
.TagClassName
{
border-color: #BDA223;
}
</style>