Shades of Earls Green #B1AC23
Tints of Earls Green #B1AC23
RGB
CMYK
RGB Variations
Color information
#B1AC23 (or 0xB1AC23) is known color: Earls Green. HEX triplet: B1, AC and 23. RGB value is (177,172,35). Sum of RGB (Red+Green+Blue) = 177+172+35=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC23 is #4E53DC. Grayscale: #9E9E9E. Windows color (decimal): -5133277 or 2337969. OLE color: 2337969.
HSL color Cylindrical-coordinate representation of color #B1AC23: hue angle of 57.89º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1AC23 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 35 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.31 |
| HSL | 57.89º | 0.67% | 0.42% | - |
| HSV(B) | 57.89º | 0.8% | 0.69% | - |
| XYZ | 33.19 | 38.97 | 7.36 | - |
| YUV | 157.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 35 | 0 | 0.03 | 0.80 | 0.31 | 57.89 | 0.67 | 0.42 |
| Hex | B1 | AC | 23 | 0 | 3 | 50 | 1F | 3A | 43 | 2A |
| Octal | 261 | 254 | 43 | 0 | 3 | 120 | 37 | 72 | 103 | 52 |
| Binary | 10110001 | 10101100 | 100011 | 0 | 11 | 1010000 | 11111 | 111010 | 1000011 | 101010 |
Color Harmonies of #B1AC23
Complementary color
Monochromatic Colors of #B1AC23
Black with #B1AC23
Text Example
Text Example
White with #B1AC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC23; }
p { color: rgb(177,172,35); }
H1.HeaderClassName
{
color: #B1AC23;
}
.AnyTagClassName
{
color: #B1AC23;
}
</style>
background-color css
<style>
a { background-color: #B1AC23; }
a { background-color: rgb(177,172,35); }
div.DivClassName
{
background-color: #B1AC23;
}
.BgClassName
{
background-color: #B1AC23;
}
</style>
border-color css
<style>
span { border-color: #B1AC23; }
span { border-color: rgb(177,172,35); }
td.TdClassName
{
border-color: #B1AC23;
}
.TagClassName
{
border-color: #B1AC23;
}
</style>