Shades of Earls Green #B5AB2C
Tints of Earls Green #B5AB2C
RGB
CMYK
RGB Variations
Color information
#B5AB2C (or 0xB5AB2C) is known color: Earls Green. HEX triplet: B5, AB and 2C. RGB value is (181,171,44). Sum of RGB (Red+Green+Blue) = 181+171+44=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB2C is #4A54D3. Grayscale: #A0A0A0. Windows color (decimal): -4871380 or 2927541. OLE color: 2927541.
HSL color Cylindrical-coordinate representation of color #B5AB2C: hue angle of 55.62º 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 #B5AB2C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 171 | 44 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.29 |
| HSL | 55.62º | 0.61% | 0.44% | - |
| HSV(B) | 55.62º | 0.76% | 0.71% | - |
| XYZ | 34.07 | 39.13 | 8.14 | - |
| YUV | 159.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 44 | 0 | 0.06 | 0.76 | 0.29 | 55.62 | 0.61 | 0.44 |
| Hex | B5 | AB | 2C | 0 | 6 | 4C | 1D | 38 | 3D | 2C |
| Octal | 265 | 253 | 54 | 0 | 6 | 114 | 35 | 70 | 75 | 54 |
| Binary | 10110101 | 10101011 | 101100 | 0 | 110 | 1001100 | 11101 | 111000 | 111101 | 101100 |
Color Harmonies of #B5AB2C
Complementary color
Monochromatic Colors of #B5AB2C
Black with #B5AB2C
Text Example
Text Example
White with #B5AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB2C; }
p { color: rgb(181,171,44); }
H1.HeaderClassName
{
color: #B5AB2C;
}
.AnyTagClassName
{
color: #B5AB2C;
}
</style>
background-color css
<style>
a { background-color: #B5AB2C; }
a { background-color: rgb(181,171,44); }
div.DivClassName
{
background-color: #B5AB2C;
}
.BgClassName
{
background-color: #B5AB2C;
}
</style>
border-color css
<style>
span { border-color: #B5AB2C; }
span { border-color: rgb(181,171,44); }
td.TdClassName
{
border-color: #B5AB2C;
}
.TagClassName
{
border-color: #B5AB2C;
}
</style>