Shades of Earls Green #B7AF1F
Tints of Earls Green #B7AF1F
RGB
CMYK
RGB Variations
Color information
#B7AF1F (or 0xB7AF1F) is known color: Earls Green. HEX triplet: B7, AF and 1F. RGB value is (183,175,31). Sum of RGB (Red+Green+Blue) = 183+175+31=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF1F is #4850E0. Grayscale: #A1A1A1. Windows color (decimal): -4739297 or 2076599. OLE color: 2076599.
HSL color Cylindrical-coordinate representation of color #B7AF1F: hue angle of 56.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7AF1F is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 31 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.28 |
| HSL | 56.84º | 0.71% | 0.42% | - |
| HSV(B) | 56.84º | 0.83% | 0.72% | - |
| XYZ | 35.11 | 40.83 | 7.33 | - |
| YUV | 160.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 31 | 0 | 0.04 | 0.83 | 0.28 | 56.84 | 0.71 | 0.42 |
| Hex | B7 | AF | 1F | 0 | 4 | 53 | 1C | 39 | 47 | 2A |
| Octal | 267 | 257 | 37 | 0 | 4 | 123 | 34 | 71 | 107 | 52 |
| Binary | 10110111 | 10101111 | 11111 | 0 | 100 | 1010011 | 11100 | 111001 | 1000111 | 101010 |
Color Harmonies of #B7AF1F
Complementary color
Monochromatic Colors of #B7AF1F
Black with #B7AF1F
Text Example
Text Example
White with #B7AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF1F; }
p { color: rgb(183,175,31); }
H1.HeaderClassName
{
color: #B7AF1F;
}
.AnyTagClassName
{
color: #B7AF1F;
}
</style>
background-color css
<style>
a { background-color: #B7AF1F; }
a { background-color: rgb(183,175,31); }
div.DivClassName
{
background-color: #B7AF1F;
}
.BgClassName
{
background-color: #B7AF1F;
}
</style>
border-color css
<style>
span { border-color: #B7AF1F; }
span { border-color: rgb(183,175,31); }
td.TdClassName
{
border-color: #B7AF1F;
}
.TagClassName
{
border-color: #B7AF1F;
}
</style>