Shades of Earls Green #B1A812
Tints of Earls Green #B1A812
RGB
CMYK
RGB Variations
Color information
#B1A812 (or 0xB1A812) is known color: Earls Green. HEX triplet: B1, A8 and 12. RGB value is (177,168,18). Sum of RGB (Red+Green+Blue) = 177+168+18=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A812 is #4E57ED. Grayscale: #9A9A9A. Windows color (decimal): -5134318 or 1222833. OLE color: 1222833.
HSL color Cylindrical-coordinate representation of color #B1A812: hue angle of 56.6º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1A812 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.31 |
| HSL | 56.6º | 0.82% | 0.38% | - |
| HSV(B) | 56.6º | 0.9% | 0.69% | - |
| XYZ | 32.24 | 37.4 | 6.09 | - |
| YUV | 153.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 18 | 0 | 0.05 | 0.90 | 0.31 | 56.6 | 0.82 | 0.38 |
| Hex | B1 | A8 | 12 | 0 | 5 | 5A | 1F | 39 | 52 | 26 |
| Octal | 261 | 250 | 22 | 0 | 5 | 132 | 37 | 71 | 122 | 46 |
| Binary | 10110001 | 10101000 | 10010 | 0 | 101 | 1011010 | 11111 | 111001 | 1010010 | 100110 |
Color Harmonies of #B1A812
Complementary color
Monochromatic Colors of #B1A812
Black with #B1A812
Text Example
Text Example
White with #B1A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A812; }
p { color: rgb(177,168,18); }
H1.HeaderClassName
{
color: #B1A812;
}
.AnyTagClassName
{
color: #B1A812;
}
</style>
background-color css
<style>
a { background-color: #B1A812; }
a { background-color: rgb(177,168,18); }
div.DivClassName
{
background-color: #B1A812;
}
.BgClassName
{
background-color: #B1A812;
}
</style>
border-color css
<style>
span { border-color: #B1A812; }
span { border-color: rgb(177,168,18); }
td.TdClassName
{
border-color: #B1A812;
}
.TagClassName
{
border-color: #B1A812;
}
</style>