Shades of Earls Green #B1A71B
Tints of Earls Green #B1A71B
RGB
CMYK
RGB Variations
Color information
#B1A71B (or 0xB1A71B) is known color: Earls Green. HEX triplet: B1, A7 and 1B. RGB value is (177,167,27). Sum of RGB (Red+Green+Blue) = 177+167+27=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A71B is #4E58E4. Grayscale: #9A9A9A. Windows color (decimal): -5134565 or 1812401. OLE color: 1812401.
HSL color Cylindrical-coordinate representation of color #B1A71B: hue angle of 56º degrees, saturation: 0.74, 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 #B1A71B is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 27 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.31 |
| HSL | 56º | 0.74% | 0.4% | - |
| HSV(B) | 56º | 0.85% | 0.69% | - |
| XYZ | 32.15 | 37.06 | 6.5 | - |
| YUV | 154.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 27 | 0 | 0.06 | 0.85 | 0.31 | 56 | 0.74 | 0.4 |
| Hex | B1 | A7 | 1B | 0 | 6 | 55 | 1F | 38 | 4A | 28 |
| Octal | 261 | 247 | 33 | 0 | 6 | 125 | 37 | 70 | 112 | 50 |
| Binary | 10110001 | 10100111 | 11011 | 0 | 110 | 1010101 | 11111 | 111000 | 1001010 | 101000 |
Color Harmonies of #B1A71B
Complementary color
Monochromatic Colors of #B1A71B
Black with #B1A71B
Text Example
Text Example
White with #B1A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A71B; }
p { color: rgb(177,167,27); }
H1.HeaderClassName
{
color: #B1A71B;
}
.AnyTagClassName
{
color: #B1A71B;
}
</style>
background-color css
<style>
a { background-color: #B1A71B; }
a { background-color: rgb(177,167,27); }
div.DivClassName
{
background-color: #B1A71B;
}
.BgClassName
{
background-color: #B1A71B;
}
</style>
border-color css
<style>
span { border-color: #B1A71B; }
span { border-color: rgb(177,167,27); }
td.TdClassName
{
border-color: #B1A71B;
}
.TagClassName
{
border-color: #B1A71B;
}
</style>