Shades of Earls Green #B5A330
Tints of Earls Green #B5A330
RGB
CMYK
RGB Variations
Color information
#B5A330 (or 0xB5A330) is known color: Earls Green. HEX triplet: B5, A3 and 30. RGB value is (181,163,48). Sum of RGB (Red+Green+Blue) = 181+163+48=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A330 is #4A5CCF. Grayscale: #9B9B9B. Windows color (decimal): -4873424 or 3187637. OLE color: 3187637.
HSL color Cylindrical-coordinate representation of color #B5A330: hue angle of 51.88º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A330 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 48 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.29 |
| HSL | 51.88º | 0.58% | 0.45% | - |
| HSV(B) | 51.88º | 0.73% | 0.71% | - |
| XYZ | 32.69 | 36.23 | 8.07 | - |
| YUV | 155.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 48 | 0 | 0.10 | 0.73 | 0.29 | 51.88 | 0.58 | 0.45 |
| Hex | B5 | A3 | 30 | 0 | A | 49 | 1D | 34 | 3A | 2D |
| Octal | 265 | 243 | 60 | 0 | 12 | 111 | 35 | 64 | 72 | 55 |
| Binary | 10110101 | 10100011 | 110000 | 0 | 1010 | 1001001 | 11101 | 110100 | 111010 | 101101 |
Color Harmonies of #B5A330
Complementary color
Monochromatic Colors of #B5A330
Black with #B5A330
Text Example
Text Example
White with #B5A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A330; }
p { color: rgb(181,163,48); }
H1.HeaderClassName
{
color: #B5A330;
}
.AnyTagClassName
{
color: #B5A330;
}
</style>
background-color css
<style>
a { background-color: #B5A330; }
a { background-color: rgb(181,163,48); }
div.DivClassName
{
background-color: #B5A330;
}
.BgClassName
{
background-color: #B5A330;
}
</style>
border-color css
<style>
span { border-color: #B5A330; }
span { border-color: rgb(181,163,48); }
td.TdClassName
{
border-color: #B5A330;
}
.TagClassName
{
border-color: #B5A330;
}
</style>