Shades of Earls Green #BDAF19
Tints of Earls Green #BDAF19
RGB
CMYK
RGB Variations
Color information
#BDAF19 (or 0xBDAF19) is known color: Earls Green. HEX triplet: BD, AF and 19. RGB value is (189,175,25). Sum of RGB (Red+Green+Blue) = 189+175+25=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF19 is #4250E6. Grayscale: #A2A2A2. Windows color (decimal): -4346087 or 1683389. OLE color: 1683389.
HSL color Cylindrical-coordinate representation of color #BDAF19: hue angle of 54.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDAF19 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 25 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.26 |
| HSL | 54.88º | 0.77% | 0.42% | - |
| HSV(B) | 54.88º | 0.87% | 0.74% | - |
| XYZ | 36.49 | 41.55 | 7.02 | - |
| YUV | 162.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 25 | 0 | 0.07 | 0.87 | 0.26 | 54.88 | 0.77 | 0.42 |
| Hex | BD | AF | 19 | 0 | 7 | 57 | 1A | 37 | 4D | 2A |
| Octal | 275 | 257 | 31 | 0 | 7 | 127 | 32 | 67 | 115 | 52 |
| Binary | 10111101 | 10101111 | 11001 | 0 | 111 | 1010111 | 11010 | 110111 | 1001101 | 101010 |
Color Harmonies of #BDAF19
Complementary color
Monochromatic Colors of #BDAF19
Black with #BDAF19
Text Example
Text Example
White with #BDAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF19; }
p { color: rgb(189,175,25); }
H1.HeaderClassName
{
color: #BDAF19;
}
.AnyTagClassName
{
color: #BDAF19;
}
</style>
background-color css
<style>
a { background-color: #BDAF19; }
a { background-color: rgb(189,175,25); }
div.DivClassName
{
background-color: #BDAF19;
}
.BgClassName
{
background-color: #BDAF19;
}
</style>
border-color css
<style>
span { border-color: #BDAF19; }
span { border-color: rgb(189,175,25); }
td.TdClassName
{
border-color: #BDAF19;
}
.TagClassName
{
border-color: #BDAF19;
}
</style>