Shades of Earls Green #B2B52A
Tints of Earls Green #B2B52A
RGB
CMYK
RGB Variations
Color information
#B2B52A (or 0xB2B52A) is known color: Earls Green. HEX triplet: B2, B5 and 2A. RGB value is (178,181,42). Sum of RGB (Red+Green+Blue) = 178+181+42=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B52A is #4D4AD5. Grayscale: #A4A4A4. Windows color (decimal): -5065430 or 2799026. OLE color: 2799026.
HSL color Cylindrical-coordinate representation of color #B2B52A: hue angle of 61.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2B52A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 42 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.29 |
| HSL | 61.29º | 0.62% | 0.44% | - |
| HSV(B) | 61.29º | 0.77% | 0.71% | - |
| XYZ | 35.3 | 42.68 | 8.57 | - |
| YUV | 164.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 42 | 0.02 | 0 | 0.77 | 0.29 | 61.29 | 0.62 | 0.44 |
| Hex | B2 | B5 | 2A | 2 | 0 | 4D | 1D | 3D | 3E | 2C |
| Octal | 262 | 265 | 52 | 2 | 0 | 115 | 35 | 75 | 76 | 54 |
| Binary | 10110010 | 10110101 | 101010 | 10 | 0 | 1001101 | 11101 | 111101 | 111110 | 101100 |
Color Harmonies of #B2B52A
Complementary color
Monochromatic Colors of #B2B52A
Black with #B2B52A
Text Example
Text Example
White with #B2B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B52A; }
p { color: rgb(178,181,42); }
H1.HeaderClassName
{
color: #B2B52A;
}
.AnyTagClassName
{
color: #B2B52A;
}
</style>
background-color css
<style>
a { background-color: #B2B52A; }
a { background-color: rgb(178,181,42); }
div.DivClassName
{
background-color: #B2B52A;
}
.BgClassName
{
background-color: #B2B52A;
}
</style>
border-color css
<style>
span { border-color: #B2B52A; }
span { border-color: rgb(178,181,42); }
td.TdClassName
{
border-color: #B2B52A;
}
.TagClassName
{
border-color: #B2B52A;
}
</style>