Shades of Earls Green #B5AB2D
Tints of Earls Green #B5AB2D
RGB
CMYK
RGB Variations
Color information
#B5AB2D (or 0xB5AB2D) is known color: Earls Green. HEX triplet: B5, AB and 2D. RGB value is (181,171,45). Sum of RGB (Red+Green+Blue) = 181+171+45=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB2D is #4A54D2. Grayscale: #A0A0A0. Windows color (decimal): -4871379 or 2993077. OLE color: 2993077.
HSL color Cylindrical-coordinate representation of color #B5AB2D: hue angle of 55.59º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5AB2D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 171 | 45 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.29 |
| HSL | 55.59º | 0.6% | 0.44% | - |
| HSV(B) | 55.59º | 0.75% | 0.71% | - |
| XYZ | 34.09 | 39.14 | 8.24 | - |
| YUV | 159.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 45 | 0 | 0.06 | 0.75 | 0.29 | 55.59 | 0.6 | 0.44 |
| Hex | B5 | AB | 2D | 0 | 6 | 4B | 1D | 38 | 3C | 2C |
| Octal | 265 | 253 | 55 | 0 | 6 | 113 | 35 | 70 | 74 | 54 |
| Binary | 10110101 | 10101011 | 101101 | 0 | 110 | 1001011 | 11101 | 111000 | 111100 | 101100 |
Color Harmonies of #B5AB2D
Complementary color
Monochromatic Colors of #B5AB2D
Black with #B5AB2D
Text Example
Text Example
White with #B5AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB2D; }
p { color: rgb(181,171,45); }
H1.HeaderClassName
{
color: #B5AB2D;
}
.AnyTagClassName
{
color: #B5AB2D;
}
</style>
background-color css
<style>
a { background-color: #B5AB2D; }
a { background-color: rgb(181,171,45); }
div.DivClassName
{
background-color: #B5AB2D;
}
.BgClassName
{
background-color: #B5AB2D;
}
</style>
border-color css
<style>
span { border-color: #B5AB2D; }
span { border-color: rgb(181,171,45); }
td.TdClassName
{
border-color: #B5AB2D;
}
.TagClassName
{
border-color: #B5AB2D;
}
</style>