Shades of Earls Green #B2AC28
Tints of Earls Green #B2AC28
RGB
CMYK
RGB Variations
Color information
#B2AC28 (or 0xB2AC28) is known color: Earls Green. HEX triplet: B2, AC and 28. RGB value is (178,172,40). Sum of RGB (Red+Green+Blue) = 178+172+40=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC28 is #4D53D7. Grayscale: #9F9F9F. Windows color (decimal): -5067736 or 2665650. OLE color: 2665650.
HSL color Cylindrical-coordinate representation of color #B2AC28: hue angle of 57.39º 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 #B2AC28 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 40 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.30 |
| HSL | 57.39º | 0.63% | 0.43% | - |
| HSV(B) | 57.39º | 0.78% | 0.7% | - |
| XYZ | 33.5 | 39.12 | 7.79 | - |
| YUV | 158.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 40 | 0 | 0.03 | 0.78 | 0.30 | 57.39 | 0.63 | 0.43 |
| Hex | B2 | AC | 28 | 0 | 3 | 4E | 1E | 39 | 3F | 2B |
| Octal | 262 | 254 | 50 | 0 | 3 | 116 | 36 | 71 | 77 | 53 |
| Binary | 10110010 | 10101100 | 101000 | 0 | 11 | 1001110 | 11110 | 111001 | 111111 | 101011 |
Color Harmonies of #B2AC28
Complementary color
Monochromatic Colors of #B2AC28
Black with #B2AC28
Text Example
Text Example
White with #B2AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC28; }
p { color: rgb(178,172,40); }
H1.HeaderClassName
{
color: #B2AC28;
}
.AnyTagClassName
{
color: #B2AC28;
}
</style>
background-color css
<style>
a { background-color: #B2AC28; }
a { background-color: rgb(178,172,40); }
div.DivClassName
{
background-color: #B2AC28;
}
.BgClassName
{
background-color: #B2AC28;
}
</style>
border-color css
<style>
span { border-color: #B2AC28; }
span { border-color: rgb(178,172,40); }
td.TdClassName
{
border-color: #B2AC28;
}
.TagClassName
{
border-color: #B2AC28;
}
</style>