Shades of Earls Green #B8A823
Tints of Earls Green #B8A823
RGB
CMYK
RGB Variations
Color information
#B8A823 (or 0xB8A823) is known color: Earls Green. HEX triplet: B8, A8 and 23. RGB value is (184,168,35). Sum of RGB (Red+Green+Blue) = 184+168+35=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A823 is #4757DC. Grayscale: #9E9E9E. Windows color (decimal): -4675549 or 2336952. OLE color: 2336952.
HSL color Cylindrical-coordinate representation of color #B8A823: hue angle of 53.56º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8A823 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 35 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.28 |
| HSL | 53.56º | 0.68% | 0.43% | - |
| HSV(B) | 53.56º | 0.81% | 0.72% | - |
| XYZ | 34.07 | 38.32 | 7.19 | - |
| YUV | 157.62 | 58.8 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 35 | 0 | 0.09 | 0.81 | 0.28 | 53.56 | 0.68 | 0.43 |
| Hex | B8 | A8 | 23 | 0 | 9 | 51 | 1C | 36 | 44 | 2B |
| Octal | 270 | 250 | 43 | 0 | 11 | 121 | 34 | 66 | 104 | 53 |
| Binary | 10111000 | 10101000 | 100011 | 0 | 1001 | 1010001 | 11100 | 110110 | 1000100 | 101011 |
Color Harmonies of #B8A823
Complementary color
Monochromatic Colors of #B8A823
Black with #B8A823
Text Example
Text Example
White with #B8A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A823; }
p { color: rgb(184,168,35); }
H1.HeaderClassName
{
color: #B8A823;
}
.AnyTagClassName
{
color: #B8A823;
}
</style>
background-color css
<style>
a { background-color: #B8A823; }
a { background-color: rgb(184,168,35); }
div.DivClassName
{
background-color: #B8A823;
}
.BgClassName
{
background-color: #B8A823;
}
</style>
border-color css
<style>
span { border-color: #B8A823; }
span { border-color: rgb(184,168,35); }
td.TdClassName
{
border-color: #B8A823;
}
.TagClassName
{
border-color: #B8A823;
}
</style>