Shades of Earls Green #B8AC30
Tints of Earls Green #B8AC30
RGB
CMYK
RGB Variations
Color information
#B8AC30 (or 0xB8AC30) is known color: Earls Green. HEX triplet: B8, AC and 30. RGB value is (184,172,48). Sum of RGB (Red+Green+Blue) = 184+172+48=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC30 is #4753CF. Grayscale: #A1A1A1. Windows color (decimal): -4674512 or 3189944. OLE color: 3189944.
HSL color Cylindrical-coordinate representation of color #B8AC30: hue angle of 54.71º 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 #B8AC30 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 48 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.28 |
| HSL | 54.71º | 0.59% | 0.45% | - |
| HSV(B) | 54.71º | 0.74% | 0.72% | - |
| XYZ | 35.05 | 39.91 | 8.65 | - |
| YUV | 161.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 48 | 0 | 0.07 | 0.74 | 0.28 | 54.71 | 0.59 | 0.45 |
| Hex | B8 | AC | 30 | 0 | 7 | 4A | 1C | 37 | 3B | 2D |
| Octal | 270 | 254 | 60 | 0 | 7 | 112 | 34 | 67 | 73 | 55 |
| Binary | 10111000 | 10101100 | 110000 | 0 | 111 | 1001010 | 11100 | 110111 | 111011 | 101101 |
Color Harmonies of #B8AC30
Complementary color
Monochromatic Colors of #B8AC30
Black with #B8AC30
Text Example
Text Example
White with #B8AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC30; }
p { color: rgb(184,172,48); }
H1.HeaderClassName
{
color: #B8AC30;
}
.AnyTagClassName
{
color: #B8AC30;
}
</style>
background-color css
<style>
a { background-color: #B8AC30; }
a { background-color: rgb(184,172,48); }
div.DivClassName
{
background-color: #B8AC30;
}
.BgClassName
{
background-color: #B8AC30;
}
</style>
border-color css
<style>
span { border-color: #B8AC30; }
span { border-color: rgb(184,172,48); }
td.TdClassName
{
border-color: #B8AC30;
}
.TagClassName
{
border-color: #B8AC30;
}
</style>