Shades of Earls Green #B2A41D
Tints of Earls Green #B2A41D
RGB
CMYK
RGB Variations
Color information
#B2A41D (or 0xB2A41D) is known color: Earls Green. HEX triplet: B2, A4 and 1D. RGB value is (178,164,29). Sum of RGB (Red+Green+Blue) = 178+164+29=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A41D is #4D5BE2. Grayscale: #999999. Windows color (decimal): -5069795 or 1942706. OLE color: 1942706.
HSL color Cylindrical-coordinate representation of color #B2A41D: hue angle of 54.36º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2A41D is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 29 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.30 |
| HSL | 54.36º | 0.72% | 0.41% | - |
| HSV(B) | 54.36º | 0.84% | 0.7% | - |
| XYZ | 31.86 | 36.1 | 6.45 | - |
| YUV | 152.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 29 | 0 | 0.08 | 0.84 | 0.30 | 54.36 | 0.72 | 0.41 |
| Hex | B2 | A4 | 1D | 0 | 8 | 54 | 1E | 36 | 48 | 29 |
| Octal | 262 | 244 | 35 | 0 | 10 | 124 | 36 | 66 | 110 | 51 |
| Binary | 10110010 | 10100100 | 11101 | 0 | 1000 | 1010100 | 11110 | 110110 | 1001000 | 101001 |
Color Harmonies of #B2A41D
Complementary color
Monochromatic Colors of #B2A41D
Black with #B2A41D
Text Example
Text Example
White with #B2A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A41D; }
p { color: rgb(178,164,29); }
H1.HeaderClassName
{
color: #B2A41D;
}
.AnyTagClassName
{
color: #B2A41D;
}
</style>
background-color css
<style>
a { background-color: #B2A41D; }
a { background-color: rgb(178,164,29); }
div.DivClassName
{
background-color: #B2A41D;
}
.BgClassName
{
background-color: #B2A41D;
}
</style>
border-color css
<style>
span { border-color: #B2A41D; }
span { border-color: rgb(178,164,29); }
td.TdClassName
{
border-color: #B2A41D;
}
.TagClassName
{
border-color: #B2A41D;
}
</style>