Shades of Earls Green #B5AC2C
Tints of Earls Green #B5AC2C
RGB
CMYK
RGB Variations
Color information
#B5AC2C (or 0xB5AC2C) is known color: Earls Green. HEX triplet: B5, AC and 2C. RGB value is (181,172,44). Sum of RGB (Red+Green+Blue) = 181+172+44=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC2C is #4A53D3. Grayscale: #A0A0A0. Windows color (decimal): -4871124 or 2927797. OLE color: 2927797.
HSL color Cylindrical-coordinate representation of color #B5AC2C: hue angle of 56.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5AC2C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 172 | 44 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.29 |
| HSL | 56.06º | 0.61% | 0.44% | - |
| HSV(B) | 56.06º | 0.76% | 0.71% | - |
| XYZ | 34.26 | 39.51 | 8.2 | - |
| YUV | 160.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 172 | 44 | 0 | 0.05 | 0.76 | 0.29 | 56.06 | 0.61 | 0.44 |
| Hex | B5 | AC | 2C | 0 | 5 | 4C | 1D | 38 | 3D | 2C |
| Octal | 265 | 254 | 54 | 0 | 5 | 114 | 35 | 70 | 75 | 54 |
| Binary | 10110101 | 10101100 | 101100 | 0 | 101 | 1001100 | 11101 | 111000 | 111101 | 101100 |
Color Harmonies of #B5AC2C
Complementary color
Monochromatic Colors of #B5AC2C
Black with #B5AC2C
Text Example
Text Example
White with #B5AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AC2C; }
p { color: rgb(181,172,44); }
H1.HeaderClassName
{
color: #B5AC2C;
}
.AnyTagClassName
{
color: #B5AC2C;
}
</style>
background-color css
<style>
a { background-color: #B5AC2C; }
a { background-color: rgb(181,172,44); }
div.DivClassName
{
background-color: #B5AC2C;
}
.BgClassName
{
background-color: #B5AC2C;
}
</style>
border-color css
<style>
span { border-color: #B5AC2C; }
span { border-color: rgb(181,172,44); }
td.TdClassName
{
border-color: #B5AC2C;
}
.TagClassName
{
border-color: #B5AC2C;
}
</style>