Shades of Earls Green #B2B225
Tints of Earls Green #B2B225
RGB
CMYK
RGB Variations
Color information
#B2B225 (or 0xB2B225) is known color: Earls Green. HEX triplet: B2, B2 and 25. RGB value is (178,178,37). Sum of RGB (Red+Green+Blue) = 178+178+37=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B225 is #4D4DDA. Grayscale: #A2A2A2. Windows color (decimal): -5066203 or 2470578. OLE color: 2470578.
HSL color Cylindrical-coordinate representation of color #B2B225: hue angle of 60º degrees, saturation: 0.66, 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 #B2B225 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 37 | - |
| CMYK | 0 | 0 | 0.79 | 0.30 |
| HSL | 60º | 0.66% | 0.42% | - |
| HSV(B) | 60º | 0.79% | 0.7% | - |
| XYZ | 34.61 | 41.44 | 7.92 | - |
| YUV | 161.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 37 | 0 | 0 | 0.79 | 0.30 | 60 | 0.66 | 0.42 |
| Hex | B2 | B2 | 25 | 0 | 0 | 4F | 1E | 3C | 42 | 2A |
| Octal | 262 | 262 | 45 | 0 | 0 | 117 | 36 | 74 | 102 | 52 |
| Binary | 10110010 | 10110010 | 100101 | 0 | 0 | 1001111 | 11110 | 111100 | 1000010 | 101010 |
Color Harmonies of #B2B225
Complementary color
Monochromatic Colors of #B2B225
Black with #B2B225
Text Example
Text Example
White with #B2B225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B225; }
p { color: rgb(178,178,37); }
H1.HeaderClassName
{
color: #B2B225;
}
.AnyTagClassName
{
color: #B2B225;
}
</style>
background-color css
<style>
a { background-color: #B2B225; }
a { background-color: rgb(178,178,37); }
div.DivClassName
{
background-color: #B2B225;
}
.BgClassName
{
background-color: #B2B225;
}
</style>
border-color css
<style>
span { border-color: #B2B225; }
span { border-color: rgb(178,178,37); }
td.TdClassName
{
border-color: #B2B225;
}
.TagClassName
{
border-color: #B2B225;
}
</style>