Shades of Earls Green #B1A518
Tints of Earls Green #B1A518
RGB
CMYK
RGB Variations
Color information
#B1A518 (or 0xB1A518) is known color: Earls Green. HEX triplet: B1, A5 and 18. RGB value is (177,165,24). Sum of RGB (Red+Green+Blue) = 177+165+24=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A518 is #4E5AE7. Grayscale: #999999. Windows color (decimal): -5135080 or 1615281. OLE color: 1615281.
HSL color Cylindrical-coordinate representation of color #B1A518: hue angle of 55.29º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1A518 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 24 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.31 |
| HSL | 55.29º | 0.76% | 0.39% | - |
| HSV(B) | 55.29º | 0.86% | 0.69% | - |
| XYZ | 31.75 | 36.32 | 6.2 | - |
| YUV | 152.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 24 | 0 | 0.07 | 0.86 | 0.31 | 55.29 | 0.76 | 0.39 |
| Hex | B1 | A5 | 18 | 0 | 7 | 56 | 1F | 37 | 4C | 27 |
| Octal | 261 | 245 | 30 | 0 | 7 | 126 | 37 | 67 | 114 | 47 |
| Binary | 10110001 | 10100101 | 11000 | 0 | 111 | 1010110 | 11111 | 110111 | 1001100 | 100111 |
Color Harmonies of #B1A518
Complementary color
Monochromatic Colors of #B1A518
Black with #B1A518
Text Example
Text Example
White with #B1A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A518; }
p { color: rgb(177,165,24); }
H1.HeaderClassName
{
color: #B1A518;
}
.AnyTagClassName
{
color: #B1A518;
}
</style>
background-color css
<style>
a { background-color: #B1A518; }
a { background-color: rgb(177,165,24); }
div.DivClassName
{
background-color: #B1A518;
}
.BgClassName
{
background-color: #B1A518;
}
</style>
border-color css
<style>
span { border-color: #B1A518; }
span { border-color: rgb(177,165,24); }
td.TdClassName
{
border-color: #B1A518;
}
.TagClassName
{
border-color: #B1A518;
}
</style>