Shades of Earls Green #B5A808
Tints of Earls Green #B5A808
RGB
CMYK
RGB Variations
Color information
#B5A808 (or 0xB5A808) is known color: Earls Green. HEX triplet: B5, A8 and 08. RGB value is (181,168,8). Sum of RGB (Red+Green+Blue) = 181+168+8=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A808 is #4A57F7. Grayscale: #9A9A9A. Windows color (decimal): -4872184 or 567477. OLE color: 567477.
HSL color Cylindrical-coordinate representation of color #B5A808: hue angle of 55.49º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5A808 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.29 |
| HSL | 55.49º | 0.92% | 0.37% | - |
| HSV(B) | 55.49º | 0.96% | 0.71% | - |
| XYZ | 33.1 | 37.85 | 5.79 | - |
| YUV | 153.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 8 | 0 | 0.07 | 0.96 | 0.29 | 55.49 | 0.92 | 0.37 |
| Hex | B5 | A8 | 8 | 0 | 7 | 60 | 1D | 37 | 5C | 25 |
| Octal | 265 | 250 | 10 | 0 | 7 | 140 | 35 | 67 | 134 | 45 |
| Binary | 10110101 | 10101000 | 1000 | 0 | 111 | 1100000 | 11101 | 110111 | 1011100 | 100101 |
Color Harmonies of #B5A808
Complementary color
Monochromatic Colors of #B5A808
Black with #B5A808
Text Example
Text Example
White with #B5A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A808; }
p { color: rgb(181,168,8); }
H1.HeaderClassName
{
color: #B5A808;
}
.AnyTagClassName
{
color: #B5A808;
}
</style>
background-color css
<style>
a { background-color: #B5A808; }
a { background-color: rgb(181,168,8); }
div.DivClassName
{
background-color: #B5A808;
}
.BgClassName
{
background-color: #B5A808;
}
</style>
border-color css
<style>
span { border-color: #B5A808; }
span { border-color: rgb(181,168,8); }
td.TdClassName
{
border-color: #B5A808;
}
.TagClassName
{
border-color: #B5A808;
}
</style>