Shades of Earls Green #BDAF17
Tints of Earls Green #BDAF17
RGB
CMYK
RGB Variations
Color information
#BDAF17 (or 0xBDAF17) is known color: Earls Green. HEX triplet: BD, AF and 17. RGB value is (189,175,23). Sum of RGB (Red+Green+Blue) = 189+175+23=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF17 is #4250E8. Grayscale: #A2A2A2. Windows color (decimal): -4346089 or 1552317. OLE color: 1552317.
HSL color Cylindrical-coordinate representation of color #BDAF17: hue angle of 54.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDAF17 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 23 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.26 |
| HSL | 54.94º | 0.78% | 0.42% | - |
| HSV(B) | 54.94º | 0.88% | 0.74% | - |
| XYZ | 36.47 | 41.54 | 6.91 | - |
| YUV | 161.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 23 | 0 | 0.07 | 0.88 | 0.26 | 54.94 | 0.78 | 0.42 |
| Hex | BD | AF | 17 | 0 | 7 | 58 | 1A | 37 | 4E | 2A |
| Octal | 275 | 257 | 27 | 0 | 7 | 130 | 32 | 67 | 116 | 52 |
| Binary | 10111101 | 10101111 | 10111 | 0 | 111 | 1011000 | 11010 | 110111 | 1001110 | 101010 |
Color Harmonies of #BDAF17
Complementary color
Monochromatic Colors of #BDAF17
Black with #BDAF17
Text Example
Text Example
White with #BDAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF17; }
p { color: rgb(189,175,23); }
H1.HeaderClassName
{
color: #BDAF17;
}
.AnyTagClassName
{
color: #BDAF17;
}
</style>
background-color css
<style>
a { background-color: #BDAF17; }
a { background-color: rgb(189,175,23); }
div.DivClassName
{
background-color: #BDAF17;
}
.BgClassName
{
background-color: #BDAF17;
}
</style>
border-color css
<style>
span { border-color: #BDAF17; }
span { border-color: rgb(189,175,23); }
td.TdClassName
{
border-color: #BDAF17;
}
.TagClassName
{
border-color: #BDAF17;
}
</style>