Shades of Earls Green #B2AB1F
Tints of Earls Green #B2AB1F
RGB
CMYK
RGB Variations
Color information
#B2AB1F (or 0xB2AB1F) is known color: Earls Green. HEX triplet: B2, AB and 1F. RGB value is (178,171,31). Sum of RGB (Red+Green+Blue) = 178+171+31=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB1F is #4D54E0. Grayscale: #9D9D9D. Windows color (decimal): -5068001 or 2075570. OLE color: 2075570.
HSL color Cylindrical-coordinate representation of color #B2AB1F: hue angle of 57.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2AB1F is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 31 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.30 |
| HSL | 57.14º | 0.7% | 0.41% | - |
| HSV(B) | 57.14º | 0.83% | 0.7% | - |
| XYZ | 33.17 | 38.69 | 7.02 | - |
| YUV | 157.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 31 | 0 | 0.04 | 0.83 | 0.30 | 57.14 | 0.7 | 0.41 |
| Hex | B2 | AB | 1F | 0 | 4 | 53 | 1E | 39 | 46 | 29 |
| Octal | 262 | 253 | 37 | 0 | 4 | 123 | 36 | 71 | 106 | 51 |
| Binary | 10110010 | 10101011 | 11111 | 0 | 100 | 1010011 | 11110 | 111001 | 1000110 | 101001 |
Color Harmonies of #B2AB1F
Complementary color
Monochromatic Colors of #B2AB1F
Black with #B2AB1F
Text Example
Text Example
White with #B2AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB1F; }
p { color: rgb(178,171,31); }
H1.HeaderClassName
{
color: #B2AB1F;
}
.AnyTagClassName
{
color: #B2AB1F;
}
</style>
background-color css
<style>
a { background-color: #B2AB1F; }
a { background-color: rgb(178,171,31); }
div.DivClassName
{
background-color: #B2AB1F;
}
.BgClassName
{
background-color: #B2AB1F;
}
</style>
border-color css
<style>
span { border-color: #B2AB1F; }
span { border-color: rgb(178,171,31); }
td.TdClassName
{
border-color: #B2AB1F;
}
.TagClassName
{
border-color: #B2AB1F;
}
</style>