Shades of Earls Green #B1AF2C
Tints of Earls Green #B1AF2C
RGB
CMYK
RGB Variations
Color information
#B1AF2C (or 0xB1AF2C) is known color: Earls Green. HEX triplet: B1, AF and 2C. RGB value is (177,175,44). Sum of RGB (Red+Green+Blue) = 177+175+44=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF2C is #4E50D3. Grayscale: #A1A1A1. Windows color (decimal): -5132500 or 2928561. OLE color: 2928561.
HSL color Cylindrical-coordinate representation of color #B1AF2C: hue angle of 59.1º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1AF2C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 44 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.31 |
| HSL | 59.1º | 0.6% | 0.43% | - |
| HSV(B) | 59.1º | 0.75% | 0.69% | - |
| XYZ | 33.92 | 40.19 | 8.35 | - |
| YUV | 160.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 44 | 0 | 0.01 | 0.75 | 0.31 | 59.1 | 0.6 | 0.43 |
| Hex | B1 | AF | 2C | 0 | 1 | 4B | 1F | 3B | 3C | 2B |
| Octal | 261 | 257 | 54 | 0 | 1 | 113 | 37 | 73 | 74 | 53 |
| Binary | 10110001 | 10101111 | 101100 | 0 | 1 | 1001011 | 11111 | 111011 | 111100 | 101011 |
Color Harmonies of #B1AF2C
Complementary color
Monochromatic Colors of #B1AF2C
Black with #B1AF2C
Text Example
Text Example
White with #B1AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF2C; }
p { color: rgb(177,175,44); }
H1.HeaderClassName
{
color: #B1AF2C;
}
.AnyTagClassName
{
color: #B1AF2C;
}
</style>
background-color css
<style>
a { background-color: #B1AF2C; }
a { background-color: rgb(177,175,44); }
div.DivClassName
{
background-color: #B1AF2C;
}
.BgClassName
{
background-color: #B1AF2C;
}
</style>
border-color css
<style>
span { border-color: #B1AF2C; }
span { border-color: rgb(177,175,44); }
td.TdClassName
{
border-color: #B1AF2C;
}
.TagClassName
{
border-color: #B1AF2C;
}
</style>