Shades of Earls Green #B0A81B
Tints of Earls Green #B0A81B
RGB
CMYK
RGB Variations
Color information
#B0A81B (or 0xB0A81B) is known color: Earls Green. HEX triplet: B0, A8 and 1B. RGB value is (176,168,27). Sum of RGB (Red+Green+Blue) = 176+168+27=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A81B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A81B is #4F57E4. Grayscale: #9A9A9A. Windows color (decimal): -5199845 or 1812656. OLE color: 1812656.
HSL color Cylindrical-coordinate representation of color #B0A81B: hue angle of 56.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0A81B is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 27 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.31 |
| HSL | 56.78º | 0.73% | 0.4% | - |
| HSV(B) | 56.78º | 0.85% | 0.69% | - |
| XYZ | 32.1 | 37.31 | 6.55 | - |
| YUV | 154.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 27 | 0 | 0.05 | 0.85 | 0.31 | 56.78 | 0.73 | 0.4 |
| Hex | B0 | A8 | 1B | 0 | 5 | 55 | 1F | 39 | 49 | 28 |
| Octal | 260 | 250 | 33 | 0 | 5 | 125 | 37 | 71 | 111 | 50 |
| Binary | 10110000 | 10101000 | 11011 | 0 | 101 | 1010101 | 11111 | 111001 | 1001001 | 101000 |
Color Harmonies of #B0A81B
Complementary color
Monochromatic Colors of #B0A81B
Black with #B0A81B
Text Example
Text Example
White with #B0A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A81B; }
p { color: rgb(176,168,27); }
H1.HeaderClassName
{
color: #B0A81B;
}
.AnyTagClassName
{
color: #B0A81B;
}
</style>
background-color css
<style>
a { background-color: #B0A81B; }
a { background-color: rgb(176,168,27); }
div.DivClassName
{
background-color: #B0A81B;
}
.BgClassName
{
background-color: #B0A81B;
}
</style>
border-color css
<style>
span { border-color: #B0A81B; }
span { border-color: rgb(176,168,27); }
td.TdClassName
{
border-color: #B0A81B;
}
.TagClassName
{
border-color: #B0A81B;
}
</style>