Shades of Earls Green #B8AB2D
Tints of Earls Green #B8AB2D
RGB
CMYK
RGB Variations
Color information
#B8AB2D (or 0xB8AB2D) is known color: Earls Green. HEX triplet: B8, AB and 2D. RGB value is (184,171,45). Sum of RGB (Red+Green+Blue) = 184+171+45=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB2D is #4754D2. Grayscale: #A1A1A1. Windows color (decimal): -4674771 or 2993080. OLE color: 2993080.
HSL color Cylindrical-coordinate representation of color #B8AB2D: hue angle of 54.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8AB2D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 45 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.28 |
| HSL | 54.39º | 0.61% | 0.45% | - |
| HSV(B) | 54.39º | 0.76% | 0.72% | - |
| XYZ | 34.8 | 39.51 | 8.27 | - |
| YUV | 160.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 45 | 0 | 0.07 | 0.76 | 0.28 | 54.39 | 0.61 | 0.45 |
| Hex | B8 | AB | 2D | 0 | 7 | 4C | 1C | 36 | 3D | 2D |
| Octal | 270 | 253 | 55 | 0 | 7 | 114 | 34 | 66 | 75 | 55 |
| Binary | 10111000 | 10101011 | 101101 | 0 | 111 | 1001100 | 11100 | 110110 | 111101 | 101101 |
Color Harmonies of #B8AB2D
Complementary color
Monochromatic Colors of #B8AB2D
Black with #B8AB2D
Text Example
Text Example
White with #B8AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB2D; }
p { color: rgb(184,171,45); }
H1.HeaderClassName
{
color: #B8AB2D;
}
.AnyTagClassName
{
color: #B8AB2D;
}
</style>
background-color css
<style>
a { background-color: #B8AB2D; }
a { background-color: rgb(184,171,45); }
div.DivClassName
{
background-color: #B8AB2D;
}
.BgClassName
{
background-color: #B8AB2D;
}
</style>
border-color css
<style>
span { border-color: #B8AB2D; }
span { border-color: rgb(184,171,45); }
td.TdClassName
{
border-color: #B8AB2D;
}
.TagClassName
{
border-color: #B8AB2D;
}
</style>