Shades of Earls Green #B1AC28
Tints of Earls Green #B1AC28
RGB
CMYK
RGB Variations
Color information
#B1AC28 (or 0xB1AC28) is known color: Earls Green. HEX triplet: B1, AC and 28. RGB value is (177,172,40). Sum of RGB (Red+Green+Blue) = 177+172+40=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC28 is #4E53D7. Grayscale: #9E9E9E. Windows color (decimal): -5133272 or 2665649. OLE color: 2665649.
HSL color Cylindrical-coordinate representation of color #B1AC28: hue angle of 57.81º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1AC28 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 40 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.31 |
| HSL | 57.81º | 0.63% | 0.43% | - |
| HSV(B) | 57.81º | 0.77% | 0.69% | - |
| XYZ | 33.27 | 39.01 | 7.78 | - |
| YUV | 158.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 40 | 0 | 0.03 | 0.77 | 0.31 | 57.81 | 0.63 | 0.43 |
| Hex | B1 | AC | 28 | 0 | 3 | 4D | 1F | 3A | 3F | 2B |
| Octal | 261 | 254 | 50 | 0 | 3 | 115 | 37 | 72 | 77 | 53 |
| Binary | 10110001 | 10101100 | 101000 | 0 | 11 | 1001101 | 11111 | 111010 | 111111 | 101011 |
Color Harmonies of #B1AC28
Complementary color
Monochromatic Colors of #B1AC28
Black with #B1AC28
Text Example
Text Example
White with #B1AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC28; }
p { color: rgb(177,172,40); }
H1.HeaderClassName
{
color: #B1AC28;
}
.AnyTagClassName
{
color: #B1AC28;
}
</style>
background-color css
<style>
a { background-color: #B1AC28; }
a { background-color: rgb(177,172,40); }
div.DivClassName
{
background-color: #B1AC28;
}
.BgClassName
{
background-color: #B1AC28;
}
</style>
border-color css
<style>
span { border-color: #B1AC28; }
span { border-color: rgb(177,172,40); }
td.TdClassName
{
border-color: #B1AC28;
}
.TagClassName
{
border-color: #B1AC28;
}
</style>