Shades of Earls Green #B2A828
Tints of Earls Green #B2A828
RGB
CMYK
RGB Variations
Color information
#B2A828 (or 0xB2A828) is known color: Earls Green. HEX triplet: B2, A8 and 28. RGB value is (178,168,40). Sum of RGB (Red+Green+Blue) = 178+168+40=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A828 is #4D57D7. Grayscale: #9C9C9C. Windows color (decimal): -5068760 or 2664626. OLE color: 2664626.
HSL color Cylindrical-coordinate representation of color #B2A828: hue angle of 55.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2A828 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 40 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.30 |
| HSL | 55.65º | 0.63% | 0.43% | - |
| HSV(B) | 55.65º | 0.78% | 0.7% | - |
| XYZ | 32.75 | 37.62 | 7.54 | - |
| YUV | 156.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 40 | 0 | 0.06 | 0.78 | 0.30 | 55.65 | 0.63 | 0.43 |
| Hex | B2 | A8 | 28 | 0 | 6 | 4E | 1E | 38 | 3F | 2B |
| Octal | 262 | 250 | 50 | 0 | 6 | 116 | 36 | 70 | 77 | 53 |
| Binary | 10110010 | 10101000 | 101000 | 0 | 110 | 1001110 | 11110 | 111000 | 111111 | 101011 |
Color Harmonies of #B2A828
Complementary color
Monochromatic Colors of #B2A828
Black with #B2A828
Text Example
Text Example
White with #B2A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A828; }
p { color: rgb(178,168,40); }
H1.HeaderClassName
{
color: #B2A828;
}
.AnyTagClassName
{
color: #B2A828;
}
</style>
background-color css
<style>
a { background-color: #B2A828; }
a { background-color: rgb(178,168,40); }
div.DivClassName
{
background-color: #B2A828;
}
.BgClassName
{
background-color: #B2A828;
}
</style>
border-color css
<style>
span { border-color: #B2A828; }
span { border-color: rgb(178,168,40); }
td.TdClassName
{
border-color: #B2A828;
}
.TagClassName
{
border-color: #B2A828;
}
</style>