Shades of Earls Green #B8AB30
Tints of Earls Green #B8AB30
RGB
CMYK
RGB Variations
Color information
#B8AB30 (or 0xB8AB30) is known color: Earls Green. HEX triplet: B8, AB and 30. RGB value is (184,171,48). Sum of RGB (Red+Green+Blue) = 184+171+48=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB30 is #4754CF. Grayscale: #A1A1A1. Windows color (decimal): -4674768 or 3189688. OLE color: 3189688.
HSL color Cylindrical-coordinate representation of color #B8AB30: hue angle of 54.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8AB30 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 48 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.28 |
| HSL | 54.26º | 0.59% | 0.45% | - |
| HSV(B) | 54.26º | 0.74% | 0.72% | - |
| XYZ | 34.86 | 39.53 | 8.59 | - |
| YUV | 160.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 48 | 0 | 0.07 | 0.74 | 0.28 | 54.26 | 0.59 | 0.45 |
| Hex | B8 | AB | 30 | 0 | 7 | 4A | 1C | 36 | 3B | 2D |
| Octal | 270 | 253 | 60 | 0 | 7 | 112 | 34 | 66 | 73 | 55 |
| Binary | 10111000 | 10101011 | 110000 | 0 | 111 | 1001010 | 11100 | 110110 | 111011 | 101101 |
Color Harmonies of #B8AB30
Complementary color
Monochromatic Colors of #B8AB30
Black with #B8AB30
Text Example
Text Example
White with #B8AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB30; }
p { color: rgb(184,171,48); }
H1.HeaderClassName
{
color: #B8AB30;
}
.AnyTagClassName
{
color: #B8AB30;
}
</style>
background-color css
<style>
a { background-color: #B8AB30; }
a { background-color: rgb(184,171,48); }
div.DivClassName
{
background-color: #B8AB30;
}
.BgClassName
{
background-color: #B8AB30;
}
</style>
border-color css
<style>
span { border-color: #B8AB30; }
span { border-color: rgb(184,171,48); }
td.TdClassName
{
border-color: #B8AB30;
}
.TagClassName
{
border-color: #B8AB30;
}
</style>