Shades of Earls Green #BDAF2A
Tints of Earls Green #BDAF2A
RGB
CMYK
RGB Variations
Color information
#BDAF2A (or 0xBDAF2A) is known color: Earls Green. HEX triplet: BD, AF and 2A. RGB value is (189,175,42). Sum of RGB (Red+Green+Blue) = 189+175+42=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF2A is #4250D5. Grayscale: #A4A4A4. Windows color (decimal): -4346070 or 2797501. OLE color: 2797501.
HSL color Cylindrical-coordinate representation of color #BDAF2A: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDAF2A is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 42 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.26 |
| HSL | 54.29º | 0.64% | 0.45% | - |
| HSV(B) | 54.29º | 0.78% | 0.74% | - |
| XYZ | 36.73 | 41.65 | 8.29 | - |
| YUV | 164.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 42 | 0 | 0.07 | 0.78 | 0.26 | 54.29 | 0.64 | 0.45 |
| Hex | BD | AF | 2A | 0 | 7 | 4E | 1A | 36 | 40 | 2D |
| Octal | 275 | 257 | 52 | 0 | 7 | 116 | 32 | 66 | 100 | 55 |
| Binary | 10111101 | 10101111 | 101010 | 0 | 111 | 1001110 | 11010 | 110110 | 1000000 | 101101 |
Color Harmonies of #BDAF2A
Complementary color
Monochromatic Colors of #BDAF2A
Black with #BDAF2A
Text Example
Text Example
White with #BDAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF2A; }
p { color: rgb(189,175,42); }
H1.HeaderClassName
{
color: #BDAF2A;
}
.AnyTagClassName
{
color: #BDAF2A;
}
</style>
background-color css
<style>
a { background-color: #BDAF2A; }
a { background-color: rgb(189,175,42); }
div.DivClassName
{
background-color: #BDAF2A;
}
.BgClassName
{
background-color: #BDAF2A;
}
</style>
border-color css
<style>
span { border-color: #BDAF2A; }
span { border-color: rgb(189,175,42); }
td.TdClassName
{
border-color: #BDAF2A;
}
.TagClassName
{
border-color: #BDAF2A;
}
</style>