Shades of Earls Green #B2A514
Tints of Earls Green #B2A514
RGB
CMYK
RGB Variations
Color information
#B2A514 (or 0xB2A514) is known color: Earls Green. HEX triplet: B2, A5 and 14. RGB value is (178,165,20). Sum of RGB (Red+Green+Blue) = 178+165+20=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A514 is #4D5AEB. Grayscale: #989898. Windows color (decimal): -5069548 or 1353138. OLE color: 1353138.
HSL color Cylindrical-coordinate representation of color #B2A514: hue angle of 55.06º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2A514 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 20 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.30 |
| HSL | 55.06º | 0.8% | 0.39% | - |
| HSV(B) | 55.06º | 0.89% | 0.7% | - |
| XYZ | 31.94 | 36.43 | 6.01 | - |
| YUV | 152.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 20 | 0 | 0.07 | 0.89 | 0.30 | 55.06 | 0.8 | 0.39 |
| Hex | B2 | A5 | 14 | 0 | 7 | 59 | 1E | 37 | 50 | 27 |
| Octal | 262 | 245 | 24 | 0 | 7 | 131 | 36 | 67 | 120 | 47 |
| Binary | 10110010 | 10100101 | 10100 | 0 | 111 | 1011001 | 11110 | 110111 | 1010000 | 100111 |
Color Harmonies of #B2A514
Complementary color
Monochromatic Colors of #B2A514
Black with #B2A514
Text Example
Text Example
White with #B2A514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A514; }
p { color: rgb(178,165,20); }
H1.HeaderClassName
{
color: #B2A514;
}
.AnyTagClassName
{
color: #B2A514;
}
</style>
background-color css
<style>
a { background-color: #B2A514; }
a { background-color: rgb(178,165,20); }
div.DivClassName
{
background-color: #B2A514;
}
.BgClassName
{
background-color: #B2A514;
}
</style>
border-color css
<style>
span { border-color: #B2A514; }
span { border-color: rgb(178,165,20); }
td.TdClassName
{
border-color: #B2A514;
}
.TagClassName
{
border-color: #B2A514;
}
</style>