Shades of Earls Green #BDAF12
Tints of Earls Green #BDAF12
RGB
CMYK
RGB Variations
Color information
#BDAF12 (or 0xBDAF12) is known color: Earls Green. HEX triplet: BD, AF and 12. RGB value is (189,175,18). Sum of RGB (Red+Green+Blue) = 189+175+18=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF12 is #4250ED. Grayscale: #A1A1A1. Windows color (decimal): -4346094 or 1224637. OLE color: 1224637.
HSL color Cylindrical-coordinate representation of color #BDAF12: hue angle of 55.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDAF12 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 18 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.26 |
| HSL | 55.09º | 0.83% | 0.41% | - |
| HSV(B) | 55.09º | 0.9% | 0.74% | - |
| XYZ | 36.43 | 41.52 | 6.67 | - |
| YUV | 161.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 18 | 0 | 0.07 | 0.90 | 0.26 | 55.09 | 0.83 | 0.41 |
| Hex | BD | AF | 12 | 0 | 7 | 5A | 1A | 37 | 53 | 29 |
| Octal | 275 | 257 | 22 | 0 | 7 | 132 | 32 | 67 | 123 | 51 |
| Binary | 10111101 | 10101111 | 10010 | 0 | 111 | 1011010 | 11010 | 110111 | 1010011 | 101001 |
Color Harmonies of #BDAF12
Complementary color
Monochromatic Colors of #BDAF12
Black with #BDAF12
Text Example
Text Example
White with #BDAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF12; }
p { color: rgb(189,175,18); }
H1.HeaderClassName
{
color: #BDAF12;
}
.AnyTagClassName
{
color: #BDAF12;
}
</style>
background-color css
<style>
a { background-color: #BDAF12; }
a { background-color: rgb(189,175,18); }
div.DivClassName
{
background-color: #BDAF12;
}
.BgClassName
{
background-color: #BDAF12;
}
</style>
border-color css
<style>
span { border-color: #BDAF12; }
span { border-color: rgb(189,175,18); }
td.TdClassName
{
border-color: #BDAF12;
}
.TagClassName
{
border-color: #BDAF12;
}
</style>