Shades of Earls Green #B7AF1A
Tints of Earls Green #B7AF1A
RGB
CMYK
RGB Variations
Color information
#B7AF1A (or 0xB7AF1A) is known color: Earls Green. HEX triplet: B7, AF and 1A. RGB value is (183,175,26). Sum of RGB (Red+Green+Blue) = 183+175+26=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF1A is #4850E5. Grayscale: #A1A1A1. Windows color (decimal): -4739302 or 1748919. OLE color: 1748919.
HSL color Cylindrical-coordinate representation of color #B7AF1A: hue angle of 56.94º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7AF1A is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 26 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.28 |
| HSL | 56.94º | 0.75% | 0.41% | - |
| HSV(B) | 56.94º | 0.86% | 0.72% | - |
| XYZ | 35.04 | 40.8 | 7.01 | - |
| YUV | 160.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 26 | 0 | 0.04 | 0.86 | 0.28 | 56.94 | 0.75 | 0.41 |
| Hex | B7 | AF | 1A | 0 | 4 | 56 | 1C | 39 | 4B | 29 |
| Octal | 267 | 257 | 32 | 0 | 4 | 126 | 34 | 71 | 113 | 51 |
| Binary | 10110111 | 10101111 | 11010 | 0 | 100 | 1010110 | 11100 | 111001 | 1001011 | 101001 |
Color Harmonies of #B7AF1A
Complementary color
Monochromatic Colors of #B7AF1A
Black with #B7AF1A
Text Example
Text Example
White with #B7AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF1A; }
p { color: rgb(183,175,26); }
H1.HeaderClassName
{
color: #B7AF1A;
}
.AnyTagClassName
{
color: #B7AF1A;
}
</style>
background-color css
<style>
a { background-color: #B7AF1A; }
a { background-color: rgb(183,175,26); }
div.DivClassName
{
background-color: #B7AF1A;
}
.BgClassName
{
background-color: #B7AF1A;
}
</style>
border-color css
<style>
span { border-color: #B7AF1A; }
span { border-color: rgb(183,175,26); }
td.TdClassName
{
border-color: #B7AF1A;
}
.TagClassName
{
border-color: #B7AF1A;
}
</style>