Shades of Earls Green #BDAF28
Tints of Earls Green #BDAF28
RGB
CMYK
RGB Variations
Color information
#BDAF28 (or 0xBDAF28) is known color: Earls Green. HEX triplet: BD, AF and 28. RGB value is (189,175,40). Sum of RGB (Red+Green+Blue) = 189+175+40=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF28 is #4250D7. Grayscale: #A4A4A4. Windows color (decimal): -4346072 or 2666429. OLE color: 2666429.
HSL color Cylindrical-coordinate representation of color #BDAF28: hue angle of 54.36º degrees, saturation: 0.65, 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 #BDAF28 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 40 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.26 |
| HSL | 54.36º | 0.65% | 0.45% | - |
| HSV(B) | 54.36º | 0.79% | 0.74% | - |
| XYZ | 36.7 | 41.63 | 8.11 | - |
| YUV | 163.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 40 | 0 | 0.07 | 0.79 | 0.26 | 54.36 | 0.65 | 0.45 |
| Hex | BD | AF | 28 | 0 | 7 | 4F | 1A | 36 | 41 | 2D |
| Octal | 275 | 257 | 50 | 0 | 7 | 117 | 32 | 66 | 101 | 55 |
| Binary | 10111101 | 10101111 | 101000 | 0 | 111 | 1001111 | 11010 | 110110 | 1000001 | 101101 |
Color Harmonies of #BDAF28
Complementary color
Monochromatic Colors of #BDAF28
Black with #BDAF28
Text Example
Text Example
White with #BDAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF28; }
p { color: rgb(189,175,40); }
H1.HeaderClassName
{
color: #BDAF28;
}
.AnyTagClassName
{
color: #BDAF28;
}
</style>
background-color css
<style>
a { background-color: #BDAF28; }
a { background-color: rgb(189,175,40); }
div.DivClassName
{
background-color: #BDAF28;
}
.BgClassName
{
background-color: #BDAF28;
}
</style>
border-color css
<style>
span { border-color: #BDAF28; }
span { border-color: rgb(189,175,40); }
td.TdClassName
{
border-color: #BDAF28;
}
.TagClassName
{
border-color: #BDAF28;
}
</style>