Shades of Earls Green #B2B52D
Tints of Earls Green #B2B52D
RGB
CMYK
RGB Variations
Color information
#B2B52D (or 0xB2B52D) is known color: Earls Green. HEX triplet: B2, B5 and 2D. RGB value is (178,181,45). Sum of RGB (Red+Green+Blue) = 178+181+45=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B52D is #4D4AD2. Grayscale: #A5A5A5. Windows color (decimal): -5065427 or 2995634. OLE color: 2995634.
HSL color Cylindrical-coordinate representation of color #B2B52D: hue angle of 61.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2B52D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 45 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.29 |
| HSL | 61.32º | 0.6% | 0.44% | - |
| HSV(B) | 61.32º | 0.75% | 0.71% | - |
| XYZ | 35.36 | 42.7 | 8.86 | - |
| YUV | 164.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 45 | 0.02 | 0 | 0.75 | 0.29 | 61.32 | 0.6 | 0.44 |
| Hex | B2 | B5 | 2D | 2 | 0 | 4B | 1D | 3D | 3C | 2C |
| Octal | 262 | 265 | 55 | 2 | 0 | 113 | 35 | 75 | 74 | 54 |
| Binary | 10110010 | 10110101 | 101101 | 10 | 0 | 1001011 | 11101 | 111101 | 111100 | 101100 |
Color Harmonies of #B2B52D
Complementary color
Monochromatic Colors of #B2B52D
Black with #B2B52D
Text Example
Text Example
White with #B2B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B52D; }
p { color: rgb(178,181,45); }
H1.HeaderClassName
{
color: #B2B52D;
}
.AnyTagClassName
{
color: #B2B52D;
}
</style>
background-color css
<style>
a { background-color: #B2B52D; }
a { background-color: rgb(178,181,45); }
div.DivClassName
{
background-color: #B2B52D;
}
.BgClassName
{
background-color: #B2B52D;
}
</style>
border-color css
<style>
span { border-color: #B2B52D; }
span { border-color: rgb(178,181,45); }
td.TdClassName
{
border-color: #B2B52D;
}
.TagClassName
{
border-color: #B2B52D;
}
</style>