Shades of Earls Green #BDA423
Tints of Earls Green #BDA423
RGB
CMYK
RGB Variations
Color information
#BDA423 (or 0xBDA423) is known color: Earls Green. HEX triplet: BD, A4 and 23. RGB value is (189,164,35). Sum of RGB (Red+Green+Blue) = 189+164+35=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA423 is #425BDC. Grayscale: #9D9D9D. Windows color (decimal): -4348893 or 2335933. OLE color: 2335933.
HSL color Cylindrical-coordinate representation of color #BDA423: hue angle of 50.26º 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 #BDA423 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 35 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.26 |
| HSL | 50.26º | 0.69% | 0.44% | - |
| HSV(B) | 50.26º | 0.81% | 0.74% | - |
| XYZ | 34.57 | 37.49 | 7 | - |
| YUV | 156.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 35 | 0 | 0.13 | 0.81 | 0.26 | 50.26 | 0.69 | 0.44 |
| Hex | BD | A4 | 23 | 0 | D | 51 | 1A | 32 | 45 | 2C |
| Octal | 275 | 244 | 43 | 0 | 15 | 121 | 32 | 62 | 105 | 54 |
| Binary | 10111101 | 10100100 | 100011 | 0 | 1101 | 1010001 | 11010 | 110010 | 1000101 | 101100 |
Color Harmonies of #BDA423
Complementary color
Monochromatic Colors of #BDA423
Black with #BDA423
Text Example
Text Example
White with #BDA423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA423; }
p { color: rgb(189,164,35); }
H1.HeaderClassName
{
color: #BDA423;
}
.AnyTagClassName
{
color: #BDA423;
}
</style>
background-color css
<style>
a { background-color: #BDA423; }
a { background-color: rgb(189,164,35); }
div.DivClassName
{
background-color: #BDA423;
}
.BgClassName
{
background-color: #BDA423;
}
</style>
border-color css
<style>
span { border-color: #BDA423; }
span { border-color: rgb(189,164,35); }
td.TdClassName
{
border-color: #BDA423;
}
.TagClassName
{
border-color: #BDA423;
}
</style>