Shades of Earls Green #BDA827
Tints of Earls Green #BDA827
RGB
CMYK
RGB Variations
Color information
#BDA827 (or 0xBDA827) is known color: Earls Green. HEX triplet: BD, A8 and 27. RGB value is (189,168,39). Sum of RGB (Red+Green+Blue) = 189+168+39=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA827 is #4257D8. Grayscale: #A0A0A0. Windows color (decimal): -4347865 or 2599101. OLE color: 2599101.
HSL color Cylindrical-coordinate representation of color #BDA827: hue angle of 51.6º degrees, saturation: 0.66, 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 #BDA827 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 39 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.26 |
| HSL | 51.6º | 0.66% | 0.45% | - |
| HSV(B) | 51.6º | 0.79% | 0.74% | - |
| XYZ | 35.36 | 38.97 | 7.58 | - |
| YUV | 159.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 39 | 0 | 0.11 | 0.79 | 0.26 | 51.6 | 0.66 | 0.45 |
| Hex | BD | A8 | 27 | 0 | B | 4F | 1A | 34 | 42 | 2D |
| Octal | 275 | 250 | 47 | 0 | 13 | 117 | 32 | 64 | 102 | 55 |
| Binary | 10111101 | 10101000 | 100111 | 0 | 1011 | 1001111 | 11010 | 110100 | 1000010 | 101101 |
Color Harmonies of #BDA827
Complementary color
Monochromatic Colors of #BDA827
Black with #BDA827
Text Example
Text Example
White with #BDA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA827; }
p { color: rgb(189,168,39); }
H1.HeaderClassName
{
color: #BDA827;
}
.AnyTagClassName
{
color: #BDA827;
}
</style>
background-color css
<style>
a { background-color: #BDA827; }
a { background-color: rgb(189,168,39); }
div.DivClassName
{
background-color: #BDA827;
}
.BgClassName
{
background-color: #BDA827;
}
</style>
border-color css
<style>
span { border-color: #BDA827; }
span { border-color: rgb(189,168,39); }
td.TdClassName
{
border-color: #BDA827;
}
.TagClassName
{
border-color: #BDA827;
}
</style>