Shades of Earls Green #BDAF15
Tints of Earls Green #BDAF15
RGB
CMYK
RGB Variations
Color information
#BDAF15 (or 0xBDAF15) is known color: Earls Green. HEX triplet: BD, AF and 15. RGB value is (189,175,21). Sum of RGB (Red+Green+Blue) = 189+175+21=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF15 is #4250EA. Grayscale: #A2A2A2. Windows color (decimal): -4346091 or 1421245. OLE color: 1421245.
HSL color Cylindrical-coordinate representation of color #BDAF15: hue angle of 55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDAF15 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 21 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.26 |
| HSL | 55º | 0.8% | 0.41% | - |
| HSV(B) | 55º | 0.89% | 0.74% | - |
| XYZ | 36.45 | 41.53 | 6.8 | - |
| YUV | 161.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 21 | 0 | 0.07 | 0.89 | 0.26 | 55 | 0.8 | 0.41 |
| Hex | BD | AF | 15 | 0 | 7 | 59 | 1A | 37 | 50 | 29 |
| Octal | 275 | 257 | 25 | 0 | 7 | 131 | 32 | 67 | 120 | 51 |
| Binary | 10111101 | 10101111 | 10101 | 0 | 111 | 1011001 | 11010 | 110111 | 1010000 | 101001 |
Color Harmonies of #BDAF15
Complementary color
Monochromatic Colors of #BDAF15
Black with #BDAF15
Text Example
Text Example
White with #BDAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF15; }
p { color: rgb(189,175,21); }
H1.HeaderClassName
{
color: #BDAF15;
}
.AnyTagClassName
{
color: #BDAF15;
}
</style>
background-color css
<style>
a { background-color: #BDAF15; }
a { background-color: rgb(189,175,21); }
div.DivClassName
{
background-color: #BDAF15;
}
.BgClassName
{
background-color: #BDAF15;
}
</style>
border-color css
<style>
span { border-color: #BDAF15; }
span { border-color: rgb(189,175,21); }
td.TdClassName
{
border-color: #BDAF15;
}
.TagClassName
{
border-color: #BDAF15;
}
</style>