Shades of Earls Green #B1A912
Tints of Earls Green #B1A912
RGB
CMYK
RGB Variations
Color information
#B1A912 (or 0xB1A912) is known color: Earls Green. HEX triplet: B1, A9 and 12. RGB value is (177,169,18). Sum of RGB (Red+Green+Blue) = 177+169+18=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A912 is #4E56ED. Grayscale: #9A9A9A. Windows color (decimal): -5134062 or 1223089. OLE color: 1223089.
HSL color Cylindrical-coordinate representation of color #B1A912: hue angle of 56.98º 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 #B1A912 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.31 |
| HSL | 56.98º | 0.82% | 0.38% | - |
| HSV(B) | 56.98º | 0.9% | 0.69% | - |
| XYZ | 32.43 | 37.77 | 6.15 | - |
| YUV | 154.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 18 | 0 | 0.05 | 0.90 | 0.31 | 56.98 | 0.82 | 0.38 |
| Hex | B1 | A9 | 12 | 0 | 5 | 5A | 1F | 39 | 52 | 26 |
| Octal | 261 | 251 | 22 | 0 | 5 | 132 | 37 | 71 | 122 | 46 |
| Binary | 10110001 | 10101001 | 10010 | 0 | 101 | 1011010 | 11111 | 111001 | 1010010 | 100110 |
Color Harmonies of #B1A912
Complementary color
Monochromatic Colors of #B1A912
Black with #B1A912
Text Example
Text Example
White with #B1A912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A912; }
p { color: rgb(177,169,18); }
H1.HeaderClassName
{
color: #B1A912;
}
.AnyTagClassName
{
color: #B1A912;
}
</style>
background-color css
<style>
a { background-color: #B1A912; }
a { background-color: rgb(177,169,18); }
div.DivClassName
{
background-color: #B1A912;
}
.BgClassName
{
background-color: #B1A912;
}
</style>
border-color css
<style>
span { border-color: #B1A912; }
span { border-color: rgb(177,169,18); }
td.TdClassName
{
border-color: #B1A912;
}
.TagClassName
{
border-color: #B1A912;
}
</style>