Shades of Earls Green #B2B42A
Tints of Earls Green #B2B42A
RGB
CMYK
RGB Variations
Color information
#B2B42A (or 0xB2B42A) is known color: Earls Green. HEX triplet: B2, B4 and 2A. RGB value is (178,180,42). Sum of RGB (Red+Green+Blue) = 178+180+42=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42A is #4D4BD5. Grayscale: #A4A4A4. Windows color (decimal): -5065686 or 2798770. OLE color: 2798770.
HSL color Cylindrical-coordinate representation of color #B2B42A: hue angle of 60.87º 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 #B2B42A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 42 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.29 |
| HSL | 60.87º | 0.62% | 0.44% | - |
| HSV(B) | 60.87º | 0.77% | 0.71% | - |
| XYZ | 35.1 | 42.27 | 8.5 | - |
| YUV | 163.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 42 | 0.01 | 0 | 0.77 | 0.29 | 60.87 | 0.62 | 0.44 |
| Hex | B2 | B4 | 2A | 1 | 0 | 4D | 1D | 3D | 3E | 2C |
| Octal | 262 | 264 | 52 | 1 | 0 | 115 | 35 | 75 | 76 | 54 |
| Binary | 10110010 | 10110100 | 101010 | 1 | 0 | 1001101 | 11101 | 111101 | 111110 | 101100 |
Color Harmonies of #B2B42A
Complementary color
Monochromatic Colors of #B2B42A
Black with #B2B42A
Text Example
Text Example
White with #B2B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B42A; }
p { color: rgb(178,180,42); }
H1.HeaderClassName
{
color: #B2B42A;
}
.AnyTagClassName
{
color: #B2B42A;
}
</style>
background-color css
<style>
a { background-color: #B2B42A; }
a { background-color: rgb(178,180,42); }
div.DivClassName
{
background-color: #B2B42A;
}
.BgClassName
{
background-color: #B2B42A;
}
</style>
border-color css
<style>
span { border-color: #B2B42A; }
span { border-color: rgb(178,180,42); }
td.TdClassName
{
border-color: #B2B42A;
}
.TagClassName
{
border-color: #B2B42A;
}
</style>