Shades of Earls Green #B2A631
Tints of Earls Green #B2A631
RGB
CMYK
RGB Variations
Color information
#B2A631 (or 0xB2A631) is known color: Earls Green. HEX triplet: B2, A6 and 31. RGB value is (178,166,49). Sum of RGB (Red+Green+Blue) = 178+166+49=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A631 is #4D59CE. Grayscale: #9C9C9C. Windows color (decimal): -5069263 or 3253938. OLE color: 3253938.
HSL color Cylindrical-coordinate representation of color #B2A631: hue angle of 54.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2A631 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 49 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.30 |
| HSL | 54.42º | 0.57% | 0.45% | - |
| HSV(B) | 54.42º | 0.72% | 0.7% | - |
| XYZ | 32.55 | 36.96 | 8.32 | - |
| YUV | 156.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 49 | 0 | 0.07 | 0.72 | 0.30 | 54.42 | 0.57 | 0.45 |
| Hex | B2 | A6 | 31 | 0 | 7 | 48 | 1E | 36 | 39 | 2D |
| Octal | 262 | 246 | 61 | 0 | 7 | 110 | 36 | 66 | 71 | 55 |
| Binary | 10110010 | 10100110 | 110001 | 0 | 111 | 1001000 | 11110 | 110110 | 111001 | 101101 |
Color Harmonies of #B2A631
Complementary color
Monochromatic Colors of #B2A631
Black with #B2A631
Text Example
Text Example
White with #B2A631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A631; }
p { color: rgb(178,166,49); }
H1.HeaderClassName
{
color: #B2A631;
}
.AnyTagClassName
{
color: #B2A631;
}
</style>
background-color css
<style>
a { background-color: #B2A631; }
a { background-color: rgb(178,166,49); }
div.DivClassName
{
background-color: #B2A631;
}
.BgClassName
{
background-color: #B2A631;
}
</style>
border-color css
<style>
span { border-color: #B2A631; }
span { border-color: rgb(178,166,49); }
td.TdClassName
{
border-color: #B2A631;
}
.TagClassName
{
border-color: #B2A631;
}
</style>