Shades of Earls Green #B2A31E
Tints of Earls Green #B2A31E
RGB
CMYK
RGB Variations
Color information
#B2A31E (or 0xB2A31E) is known color: Earls Green. HEX triplet: B2, A3 and 1E. RGB value is (178,163,30). Sum of RGB (Red+Green+Blue) = 178+163+30=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A31E is #4D5CE1. Grayscale: #989898. Windows color (decimal): -5070050 or 2007986. OLE color: 2007986.
HSL color Cylindrical-coordinate representation of color #B2A31E: hue angle of 53.92º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2A31E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 30 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.30 |
| HSL | 53.92º | 0.71% | 0.41% | - |
| HSV(B) | 53.92º | 0.83% | 0.7% | - |
| XYZ | 31.69 | 35.75 | 6.46 | - |
| YUV | 152.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 30 | 0 | 0.08 | 0.83 | 0.30 | 53.92 | 0.71 | 0.41 |
| Hex | B2 | A3 | 1E | 0 | 8 | 53 | 1E | 36 | 47 | 29 |
| Octal | 262 | 243 | 36 | 0 | 10 | 123 | 36 | 66 | 107 | 51 |
| Binary | 10110010 | 10100011 | 11110 | 0 | 1000 | 1010011 | 11110 | 110110 | 1000111 | 101001 |
Color Harmonies of #B2A31E
Complementary color
Monochromatic Colors of #B2A31E
Black with #B2A31E
Text Example
Text Example
White with #B2A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A31E; }
p { color: rgb(178,163,30); }
H1.HeaderClassName
{
color: #B2A31E;
}
.AnyTagClassName
{
color: #B2A31E;
}
</style>
background-color css
<style>
a { background-color: #B2A31E; }
a { background-color: rgb(178,163,30); }
div.DivClassName
{
background-color: #B2A31E;
}
.BgClassName
{
background-color: #B2A31E;
}
</style>
border-color css
<style>
span { border-color: #B2A31E; }
span { border-color: rgb(178,163,30); }
td.TdClassName
{
border-color: #B2A31E;
}
.TagClassName
{
border-color: #B2A31E;
}
</style>