Shades of Earls Green #BDA723
Tints of Earls Green #BDA723
RGB
CMYK
RGB Variations
Color information
#BDA723 (or 0xBDA723) is known color: Earls Green. HEX triplet: BD, A7 and 23. RGB value is (189,167,35). Sum of RGB (Red+Green+Blue) = 189+167+35=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA723 is #4258DC. Grayscale: #9F9F9F. Windows color (decimal): -4348125 or 2336701. OLE color: 2336701.
HSL color Cylindrical-coordinate representation of color #BDA723: hue angle of 51.43º 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 #BDA723 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 35 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.26 |
| HSL | 51.43º | 0.69% | 0.44% | - |
| HSV(B) | 51.43º | 0.81% | 0.74% | - |
| XYZ | 35.11 | 38.58 | 7.19 | - |
| YUV | 158.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 35 | 0 | 0.12 | 0.81 | 0.26 | 51.43 | 0.69 | 0.44 |
| Hex | BD | A7 | 23 | 0 | C | 51 | 1A | 33 | 45 | 2C |
| Octal | 275 | 247 | 43 | 0 | 14 | 121 | 32 | 63 | 105 | 54 |
| Binary | 10111101 | 10100111 | 100011 | 0 | 1100 | 1010001 | 11010 | 110011 | 1000101 | 101100 |
Color Harmonies of #BDA723
Complementary color
Monochromatic Colors of #BDA723
Black with #BDA723
Text Example
Text Example
White with #BDA723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA723; }
p { color: rgb(189,167,35); }
H1.HeaderClassName
{
color: #BDA723;
}
.AnyTagClassName
{
color: #BDA723;
}
</style>
background-color css
<style>
a { background-color: #BDA723; }
a { background-color: rgb(189,167,35); }
div.DivClassName
{
background-color: #BDA723;
}
.BgClassName
{
background-color: #BDA723;
}
</style>
border-color css
<style>
span { border-color: #BDA723; }
span { border-color: rgb(189,167,35); }
td.TdClassName
{
border-color: #BDA723;
}
.TagClassName
{
border-color: #BDA723;
}
</style>