Shades of Earls Green #B2B424
Tints of Earls Green #B2B424
RGB
CMYK
RGB Variations
Color information
#B2B424 (or 0xB2B424) is known color: Earls Green. HEX triplet: B2, B4 and 24. RGB value is (178,180,36). Sum of RGB (Red+Green+Blue) = 178+180+36=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B424 is #4D4BDB. Grayscale: #A3A3A3. Windows color (decimal): -5065692 or 2405554. OLE color: 2405554.
HSL color Cylindrical-coordinate representation of color #B2B424: hue angle of 60.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2B424 is Cyan = 0.01, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 36 | - |
| CMYK | 0.01 | 0 | 0.8 | 0.29 |
| HSL | 60.83º | 0.67% | 0.42% | - |
| HSV(B) | 60.83º | 0.8% | 0.71% | - |
| XYZ | 35 | 42.23 | 7.98 | - |
| YUV | 162.99 | 56.34 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 36 | 0.01 | 0 | 0.8 | 0.29 | 60.83 | 0.67 | 0.42 |
| Hex | B2 | B4 | 24 | 1 | 0 | 50 | 1D | 3D | 43 | 2A |
| Octal | 262 | 264 | 44 | 1 | 0 | 120 | 35 | 75 | 103 | 52 |
| Binary | 10110010 | 10110100 | 100100 | 1 | 0 | 1010000 | 11101 | 111101 | 1000011 | 101010 |
Color Harmonies of #B2B424
Complementary color
Monochromatic Colors of #B2B424
Black with #B2B424
Text Example
Text Example
White with #B2B424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B424; }
p { color: rgb(178,180,36); }
H1.HeaderClassName
{
color: #B2B424;
}
.AnyTagClassName
{
color: #B2B424;
}
</style>
background-color css
<style>
a { background-color: #B2B424; }
a { background-color: rgb(178,180,36); }
div.DivClassName
{
background-color: #B2B424;
}
.BgClassName
{
background-color: #B2B424;
}
</style>
border-color css
<style>
span { border-color: #B2B424; }
span { border-color: rgb(178,180,36); }
td.TdClassName
{
border-color: #B2B424;
}
.TagClassName
{
border-color: #B2B424;
}
</style>