Shades of Earls Green #B0A330
Tints of Earls Green #B0A330
RGB
CMYK
RGB Variations
Color information
#B0A330 (or 0xB0A330) is known color: Earls Green. HEX triplet: B0, A3 and 30. RGB value is (176,163,48). Sum of RGB (Red+Green+Blue) = 176+163+48=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A330 is #4F5CCF. Grayscale: #9A9A9A. Windows color (decimal): -5201104 or 3187632. OLE color: 3187632.
HSL color Cylindrical-coordinate representation of color #B0A330: hue angle of 53.91º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0A330 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 48 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.31 |
| HSL | 53.91º | 0.57% | 0.44% | - |
| HSV(B) | 53.91º | 0.73% | 0.69% | - |
| XYZ | 31.54 | 35.64 | 8.01 | - |
| YUV | 153.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 48 | 0 | 0.07 | 0.73 | 0.31 | 53.91 | 0.57 | 0.44 |
| Hex | B0 | A3 | 30 | 0 | 7 | 49 | 1F | 36 | 39 | 2C |
| Octal | 260 | 243 | 60 | 0 | 7 | 111 | 37 | 66 | 71 | 54 |
| Binary | 10110000 | 10100011 | 110000 | 0 | 111 | 1001001 | 11111 | 110110 | 111001 | 101100 |
Color Harmonies of #B0A330
Complementary color
Monochromatic Colors of #B0A330
Black with #B0A330
Text Example
Text Example
White with #B0A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A330; }
p { color: rgb(176,163,48); }
H1.HeaderClassName
{
color: #B0A330;
}
.AnyTagClassName
{
color: #B0A330;
}
</style>
background-color css
<style>
a { background-color: #B0A330; }
a { background-color: rgb(176,163,48); }
div.DivClassName
{
background-color: #B0A330;
}
.BgClassName
{
background-color: #B0A330;
}
</style>
border-color css
<style>
span { border-color: #B0A330; }
span { border-color: rgb(176,163,48); }
td.TdClassName
{
border-color: #B0A330;
}
.TagClassName
{
border-color: #B0A330;
}
</style>