Shades of Earls Green #B2B12E
Tints of Earls Green #B2B12E
RGB
CMYK
RGB Variations
Color information
#B2B12E (or 0xB2B12E) is known color: Earls Green. HEX triplet: B2, B1 and 2E. RGB value is (178,177,46). Sum of RGB (Red+Green+Blue) = 178+177+46=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B12E is #4D4ED1. Grayscale: #A2A2A2. Windows color (decimal): -5066450 or 3060146. OLE color: 3060146.
HSL color Cylindrical-coordinate representation of color #B2B12E: hue angle of 59.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2B12E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 46 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.30 |
| HSL | 59.55º | 0.59% | 0.44% | - |
| HSV(B) | 59.55º | 0.74% | 0.7% | - |
| XYZ | 34.58 | 41.11 | 8.7 | - |
| YUV | 162.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 46 | 0 | 0.01 | 0.74 | 0.30 | 59.55 | 0.59 | 0.44 |
| Hex | B2 | B1 | 2E | 0 | 1 | 4A | 1E | 3C | 3B | 2C |
| Octal | 262 | 261 | 56 | 0 | 1 | 112 | 36 | 74 | 73 | 54 |
| Binary | 10110010 | 10110001 | 101110 | 0 | 1 | 1001010 | 11110 | 111100 | 111011 | 101100 |
Color Harmonies of #B2B12E
Complementary color
Monochromatic Colors of #B2B12E
Black with #B2B12E
Text Example
Text Example
White with #B2B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B12E; }
p { color: rgb(178,177,46); }
H1.HeaderClassName
{
color: #B2B12E;
}
.AnyTagClassName
{
color: #B2B12E;
}
</style>
background-color css
<style>
a { background-color: #B2B12E; }
a { background-color: rgb(178,177,46); }
div.DivClassName
{
background-color: #B2B12E;
}
.BgClassName
{
background-color: #B2B12E;
}
</style>
border-color css
<style>
span { border-color: #B2B12E; }
span { border-color: rgb(178,177,46); }
td.TdClassName
{
border-color: #B2B12E;
}
.TagClassName
{
border-color: #B2B12E;
}
</style>