Shades of Earls Green #B2A61C
Tints of Earls Green #B2A61C
RGB
CMYK
RGB Variations
Color information
#B2A61C (or 0xB2A61C) is known color: Earls Green. HEX triplet: B2, A6 and 1C. RGB value is (178,166,28). Sum of RGB (Red+Green+Blue) = 178+166+28=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A61C is #4D59E3. Grayscale: #9A9A9A. Windows color (decimal): -5069284 or 1877682. OLE color: 1877682.
HSL color Cylindrical-coordinate representation of color #B2A61C: hue angle of 55.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2A61C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 28 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.30 |
| HSL | 55.2º | 0.73% | 0.4% | - |
| HSV(B) | 55.2º | 0.84% | 0.7% | - |
| XYZ | 32.21 | 36.82 | 6.51 | - |
| YUV | 153.86 | 56.98 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 28 | 0 | 0.07 | 0.84 | 0.30 | 55.2 | 0.73 | 0.4 |
| Hex | B2 | A6 | 1C | 0 | 7 | 54 | 1E | 37 | 49 | 28 |
| Octal | 262 | 246 | 34 | 0 | 7 | 124 | 36 | 67 | 111 | 50 |
| Binary | 10110010 | 10100110 | 11100 | 0 | 111 | 1010100 | 11110 | 110111 | 1001001 | 101000 |
Color Harmonies of #B2A61C
Complementary color
Monochromatic Colors of #B2A61C
Black with #B2A61C
Text Example
Text Example
White with #B2A61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A61C; }
p { color: rgb(178,166,28); }
H1.HeaderClassName
{
color: #B2A61C;
}
.AnyTagClassName
{
color: #B2A61C;
}
</style>
background-color css
<style>
a { background-color: #B2A61C; }
a { background-color: rgb(178,166,28); }
div.DivClassName
{
background-color: #B2A61C;
}
.BgClassName
{
background-color: #B2A61C;
}
</style>
border-color css
<style>
span { border-color: #B2A61C; }
span { border-color: rgb(178,166,28); }
td.TdClassName
{
border-color: #B2A61C;
}
.TagClassName
{
border-color: #B2A61C;
}
</style>