Shades of Earls Green #B2AB26
Tints of Earls Green #B2AB26
RGB
CMYK
RGB Variations
Color information
#B2AB26 (or 0xB2AB26) is known color: Earls Green. HEX triplet: B2, AB and 26. RGB value is (178,171,38). Sum of RGB (Red+Green+Blue) = 178+171+38=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB26 is #4D54D9. Grayscale: #9E9E9E. Windows color (decimal): -5067994 or 2534322. OLE color: 2534322.
HSL color Cylindrical-coordinate representation of color #B2AB26: hue angle of 57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2AB26 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 38 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.30 |
| HSL | 57º | 0.65% | 0.42% | - |
| HSV(B) | 57º | 0.79% | 0.7% | - |
| XYZ | 33.27 | 38.73 | 7.56 | - |
| YUV | 157.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 38 | 0 | 0.04 | 0.79 | 0.30 | 57 | 0.65 | 0.42 |
| Hex | B2 | AB | 26 | 0 | 4 | 4F | 1E | 39 | 41 | 2A |
| Octal | 262 | 253 | 46 | 0 | 4 | 117 | 36 | 71 | 101 | 52 |
| Binary | 10110010 | 10101011 | 100110 | 0 | 100 | 1001111 | 11110 | 111001 | 1000001 | 101010 |
Color Harmonies of #B2AB26
Complementary color
Monochromatic Colors of #B2AB26
Black with #B2AB26
Text Example
Text Example
White with #B2AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB26; }
p { color: rgb(178,171,38); }
H1.HeaderClassName
{
color: #B2AB26;
}
.AnyTagClassName
{
color: #B2AB26;
}
</style>
background-color css
<style>
a { background-color: #B2AB26; }
a { background-color: rgb(178,171,38); }
div.DivClassName
{
background-color: #B2AB26;
}
.BgClassName
{
background-color: #B2AB26;
}
</style>
border-color css
<style>
span { border-color: #B2AB26; }
span { border-color: rgb(178,171,38); }
td.TdClassName
{
border-color: #B2AB26;
}
.TagClassName
{
border-color: #B2AB26;
}
</style>