Shades of Earls Green #B2A31B
Tints of Earls Green #B2A31B
RGB
CMYK
RGB Variations
Color information
#B2A31B (or 0xB2A31B) is known color: Earls Green. HEX triplet: B2, A3 and 1B. RGB value is (178,163,27). Sum of RGB (Red+Green+Blue) = 178+163+27=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A31B is #4D5CE4. Grayscale: #989898. Windows color (decimal): -5070053 or 1811378. OLE color: 1811378.
HSL color Cylindrical-coordinate representation of color #B2A31B: hue angle of 54.04º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2A31B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 27 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.30 |
| HSL | 54.04º | 0.74% | 0.4% | - |
| HSV(B) | 54.04º | 0.85% | 0.7% | - |
| XYZ | 31.66 | 35.74 | 6.27 | - |
| YUV | 151.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 27 | 0 | 0.08 | 0.85 | 0.30 | 54.04 | 0.74 | 0.4 |
| Hex | B2 | A3 | 1B | 0 | 8 | 55 | 1E | 36 | 4A | 28 |
| Octal | 262 | 243 | 33 | 0 | 10 | 125 | 36 | 66 | 112 | 50 |
| Binary | 10110010 | 10100011 | 11011 | 0 | 1000 | 1010101 | 11110 | 110110 | 1001010 | 101000 |
Color Harmonies of #B2A31B
Complementary color
Monochromatic Colors of #B2A31B
Black with #B2A31B
Text Example
Text Example
White with #B2A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A31B; }
p { color: rgb(178,163,27); }
H1.HeaderClassName
{
color: #B2A31B;
}
.AnyTagClassName
{
color: #B2A31B;
}
</style>
background-color css
<style>
a { background-color: #B2A31B; }
a { background-color: rgb(178,163,27); }
div.DivClassName
{
background-color: #B2A31B;
}
.BgClassName
{
background-color: #B2A31B;
}
</style>
border-color css
<style>
span { border-color: #B2A31B; }
span { border-color: rgb(178,163,27); }
td.TdClassName
{
border-color: #B2A31B;
}
.TagClassName
{
border-color: #B2A31B;
}
</style>