Shades of Earls Green #BDAF24
Tints of Earls Green #BDAF24
RGB
CMYK
RGB Variations
Color information
#BDAF24 (or 0xBDAF24) is known color: Earls Green. HEX triplet: BD, AF and 24. RGB value is (189,175,36). Sum of RGB (Red+Green+Blue) = 189+175+36=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF24 is #4250DB. Grayscale: #A3A3A3. Windows color (decimal): -4346076 or 2404285. OLE color: 2404285.
HSL color Cylindrical-coordinate representation of color #BDAF24: hue angle of 54.51º degrees, saturation: 0.68, 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 #BDAF24 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 36 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.26 |
| HSL | 54.51º | 0.68% | 0.44% | - |
| HSV(B) | 54.51º | 0.81% | 0.74% | - |
| XYZ | 36.63 | 41.61 | 7.77 | - |
| YUV | 163.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 36 | 0 | 0.07 | 0.81 | 0.26 | 54.51 | 0.68 | 0.44 |
| Hex | BD | AF | 24 | 0 | 7 | 51 | 1A | 37 | 44 | 2C |
| Octal | 275 | 257 | 44 | 0 | 7 | 121 | 32 | 67 | 104 | 54 |
| Binary | 10111101 | 10101111 | 100100 | 0 | 111 | 1010001 | 11010 | 110111 | 1000100 | 101100 |
Color Harmonies of #BDAF24
Complementary color
Monochromatic Colors of #BDAF24
Black with #BDAF24
Text Example
Text Example
White with #BDAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF24; }
p { color: rgb(189,175,36); }
H1.HeaderClassName
{
color: #BDAF24;
}
.AnyTagClassName
{
color: #BDAF24;
}
</style>
background-color css
<style>
a { background-color: #BDAF24; }
a { background-color: rgb(189,175,36); }
div.DivClassName
{
background-color: #BDAF24;
}
.BgClassName
{
background-color: #BDAF24;
}
</style>
border-color css
<style>
span { border-color: #BDAF24; }
span { border-color: rgb(189,175,36); }
td.TdClassName
{
border-color: #BDAF24;
}
.TagClassName
{
border-color: #BDAF24;
}
</style>