Shades of Earls Green #B2B122
Tints of Earls Green #B2B122
RGB
CMYK
RGB Variations
Color information
#B2B122 (or 0xB2B122) is known color: Earls Green. HEX triplet: B2, B1 and 22. RGB value is (178,177,34). Sum of RGB (Red+Green+Blue) = 178+177+34=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B122 is #4D4EDD. Grayscale: #A1A1A1. Windows color (decimal): -5066462 or 2273714. OLE color: 2273714.
HSL color Cylindrical-coordinate representation of color #B2B122: hue angle of 59.58º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2B122 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 34 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.30 |
| HSL | 59.58º | 0.68% | 0.42% | - |
| HSV(B) | 59.58º | 0.81% | 0.7% | - |
| XYZ | 34.37 | 41.02 | 7.62 | - |
| YUV | 161 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 34 | 0 | 0.01 | 0.81 | 0.30 | 59.58 | 0.68 | 0.42 |
| Hex | B2 | B1 | 22 | 0 | 1 | 51 | 1E | 3C | 44 | 2A |
| Octal | 262 | 261 | 42 | 0 | 1 | 121 | 36 | 74 | 104 | 52 |
| Binary | 10110010 | 10110001 | 100010 | 0 | 1 | 1010001 | 11110 | 111100 | 1000100 | 101010 |
Color Harmonies of #B2B122
Complementary color
Monochromatic Colors of #B2B122
Black with #B2B122
Text Example
Text Example
White with #B2B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B122; }
p { color: rgb(178,177,34); }
H1.HeaderClassName
{
color: #B2B122;
}
.AnyTagClassName
{
color: #B2B122;
}
</style>
background-color css
<style>
a { background-color: #B2B122; }
a { background-color: rgb(178,177,34); }
div.DivClassName
{
background-color: #B2B122;
}
.BgClassName
{
background-color: #B2B122;
}
</style>
border-color css
<style>
span { border-color: #B2B122; }
span { border-color: rgb(178,177,34); }
td.TdClassName
{
border-color: #B2B122;
}
.TagClassName
{
border-color: #B2B122;
}
</style>