Shades of Earls Green #B1A917
Tints of Earls Green #B1A917
RGB
CMYK
RGB Variations
Color information
#B1A917 (or 0xB1A917) is known color: Earls Green. HEX triplet: B1, A9 and 17. RGB value is (177,169,23). Sum of RGB (Red+Green+Blue) = 177+169+23=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A917 is #4E56E8. Grayscale: #9B9B9B. Windows color (decimal): -5134057 or 1550769. OLE color: 1550769.
HSL color Cylindrical-coordinate representation of color #B1A917: hue angle of 56.88º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1A917 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 23 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.31 |
| HSL | 56.88º | 0.77% | 0.39% | - |
| HSV(B) | 56.88º | 0.87% | 0.69% | - |
| XYZ | 32.47 | 37.78 | 6.39 | - |
| YUV | 154.75 | 53.65 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 23 | 0 | 0.05 | 0.87 | 0.31 | 56.88 | 0.77 | 0.39 |
| Hex | B1 | A9 | 17 | 0 | 5 | 57 | 1F | 39 | 4D | 27 |
| Octal | 261 | 251 | 27 | 0 | 5 | 127 | 37 | 71 | 115 | 47 |
| Binary | 10110001 | 10101001 | 10111 | 0 | 101 | 1010111 | 11111 | 111001 | 1001101 | 100111 |
Color Harmonies of #B1A917
Complementary color
Monochromatic Colors of #B1A917
Black with #B1A917
Text Example
Text Example
White with #B1A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A917; }
p { color: rgb(177,169,23); }
H1.HeaderClassName
{
color: #B1A917;
}
.AnyTagClassName
{
color: #B1A917;
}
</style>
background-color css
<style>
a { background-color: #B1A917; }
a { background-color: rgb(177,169,23); }
div.DivClassName
{
background-color: #B1A917;
}
.BgClassName
{
background-color: #B1A917;
}
</style>
border-color css
<style>
span { border-color: #B1A917; }
span { border-color: rgb(177,169,23); }
td.TdClassName
{
border-color: #B1A917;
}
.TagClassName
{
border-color: #B1A917;
}
</style>