Shades of Earls Green #B2AC1E
Tints of Earls Green #B2AC1E
RGB
CMYK
RGB Variations
Color information
#B2AC1E (or 0xB2AC1E) is known color: Earls Green. HEX triplet: B2, AC and 1E. RGB value is (178,172,30). Sum of RGB (Red+Green+Blue) = 178+172+30=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC1E is #4D53E1. Grayscale: #9E9E9E. Windows color (decimal): -5067746 or 2010290. OLE color: 2010290.
HSL color Cylindrical-coordinate representation of color #B2AC1E: hue angle of 57.57º degrees, saturation: 0.71, 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 #B2AC1E is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 30 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.30 |
| HSL | 57.57º | 0.71% | 0.41% | - |
| HSV(B) | 57.57º | 0.83% | 0.7% | - |
| XYZ | 33.35 | 39.06 | 7.01 | - |
| YUV | 157.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 30 | 0 | 0.03 | 0.83 | 0.30 | 57.57 | 0.71 | 0.41 |
| Hex | B2 | AC | 1E | 0 | 3 | 53 | 1E | 3A | 47 | 29 |
| Octal | 262 | 254 | 36 | 0 | 3 | 123 | 36 | 72 | 107 | 51 |
| Binary | 10110010 | 10101100 | 11110 | 0 | 11 | 1010011 | 11110 | 111010 | 1000111 | 101001 |
Color Harmonies of #B2AC1E
Complementary color
Monochromatic Colors of #B2AC1E
Black with #B2AC1E
Text Example
Text Example
White with #B2AC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC1E; }
p { color: rgb(178,172,30); }
H1.HeaderClassName
{
color: #B2AC1E;
}
.AnyTagClassName
{
color: #B2AC1E;
}
</style>
background-color css
<style>
a { background-color: #B2AC1E; }
a { background-color: rgb(178,172,30); }
div.DivClassName
{
background-color: #B2AC1E;
}
.BgClassName
{
background-color: #B2AC1E;
}
</style>
border-color css
<style>
span { border-color: #B2AC1E; }
span { border-color: rgb(178,172,30); }
td.TdClassName
{
border-color: #B2AC1E;
}
.TagClassName
{
border-color: #B2AC1E;
}
</style>