Shades of Earls Green #B2B420
Tints of Earls Green #B2B420
RGB
CMYK
RGB Variations
Color information
#B2B420 (or 0xB2B420) is known color: Earls Green. HEX triplet: B2, B4 and 20. RGB value is (178,180,32). Sum of RGB (Red+Green+Blue) = 178+180+32=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B420 is #4D4BDF. Grayscale: #A3A3A3. Windows color (decimal): -5065696 or 2143410. OLE color: 2143410.
HSL color Cylindrical-coordinate representation of color #B2B420: hue angle of 60.81º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2B420 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 32 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.29 |
| HSL | 60.81º | 0.7% | 0.42% | - |
| HSV(B) | 60.81º | 0.82% | 0.71% | - |
| XYZ | 34.94 | 42.21 | 7.67 | - |
| YUV | 162.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 32 | 0.01 | 0 | 0.82 | 0.29 | 60.81 | 0.7 | 0.42 |
| Hex | B2 | B4 | 20 | 1 | 0 | 52 | 1D | 3D | 46 | 2A |
| Octal | 262 | 264 | 40 | 1 | 0 | 122 | 35 | 75 | 106 | 52 |
| Binary | 10110010 | 10110100 | 100000 | 1 | 0 | 1010010 | 11101 | 111101 | 1000110 | 101010 |
Color Harmonies of #B2B420
Complementary color
Monochromatic Colors of #B2B420
Black with #B2B420
Text Example
Text Example
White with #B2B420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B420; }
p { color: rgb(178,180,32); }
H1.HeaderClassName
{
color: #B2B420;
}
.AnyTagClassName
{
color: #B2B420;
}
</style>
background-color css
<style>
a { background-color: #B2B420; }
a { background-color: rgb(178,180,32); }
div.DivClassName
{
background-color: #B2B420;
}
.BgClassName
{
background-color: #B2B420;
}
</style>
border-color css
<style>
span { border-color: #B2B420; }
span { border-color: rgb(178,180,32); }
td.TdClassName
{
border-color: #B2B420;
}
.TagClassName
{
border-color: #B2B420;
}
</style>