Shades of Earls Green #BDA927
Tints of Earls Green #BDA927
RGB
CMYK
RGB Variations
Color information
#BDA927 (or 0xBDA927) is known color: Earls Green. HEX triplet: BD, A9 and 27. RGB value is (189,169,39). Sum of RGB (Red+Green+Blue) = 189+169+39=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA927 is #4256D8. Grayscale: #A0A0A0. Windows color (decimal): -4347609 or 2599357. OLE color: 2599357.
HSL color Cylindrical-coordinate representation of color #BDA927: hue angle of 52º 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 #BDA927 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 39 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.26 |
| HSL | 52º | 0.66% | 0.45% | - |
| HSV(B) | 52º | 0.79% | 0.74% | - |
| XYZ | 35.54 | 39.34 | 7.64 | - |
| YUV | 160.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 39 | 0 | 0.11 | 0.79 | 0.26 | 52 | 0.66 | 0.45 |
| Hex | BD | A9 | 27 | 0 | B | 4F | 1A | 34 | 42 | 2D |
| Octal | 275 | 251 | 47 | 0 | 13 | 117 | 32 | 64 | 102 | 55 |
| Binary | 10111101 | 10101001 | 100111 | 0 | 1011 | 1001111 | 11010 | 110100 | 1000010 | 101101 |
Color Harmonies of #BDA927
Complementary color
Monochromatic Colors of #BDA927
Black with #BDA927
Text Example
Text Example
White with #BDA927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA927; }
p { color: rgb(189,169,39); }
H1.HeaderClassName
{
color: #BDA927;
}
.AnyTagClassName
{
color: #BDA927;
}
</style>
background-color css
<style>
a { background-color: #BDA927; }
a { background-color: rgb(189,169,39); }
div.DivClassName
{
background-color: #BDA927;
}
.BgClassName
{
background-color: #BDA927;
}
</style>
border-color css
<style>
span { border-color: #BDA927; }
span { border-color: rgb(189,169,39); }
td.TdClassName
{
border-color: #BDA927;
}
.TagClassName
{
border-color: #BDA927;
}
</style>