Shades of Earls Green #B1AF2B
Tints of Earls Green #B1AF2B
RGB
CMYK
RGB Variations
Color information
#B1AF2B (or 0xB1AF2B) is known color: Earls Green. HEX triplet: B1, AF and 2B. RGB value is (177,175,43). Sum of RGB (Red+Green+Blue) = 177+175+43=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF2B is #4E50D4. Grayscale: #A1A1A1. Windows color (decimal): -5132501 or 2863025. OLE color: 2863025.
HSL color Cylindrical-coordinate representation of color #B1AF2B: hue angle of 59.1º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1AF2B is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 43 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.31 |
| HSL | 59.1º | 0.61% | 0.43% | - |
| HSV(B) | 59.1º | 0.76% | 0.69% | - |
| XYZ | 33.9 | 40.18 | 8.25 | - |
| YUV | 160.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 43 | 0 | 0.01 | 0.76 | 0.31 | 59.1 | 0.61 | 0.43 |
| Hex | B1 | AF | 2B | 0 | 1 | 4C | 1F | 3B | 3D | 2B |
| Octal | 261 | 257 | 53 | 0 | 1 | 114 | 37 | 73 | 75 | 53 |
| Binary | 10110001 | 10101111 | 101011 | 0 | 1 | 1001100 | 11111 | 111011 | 111101 | 101011 |
Color Harmonies of #B1AF2B
Complementary color
Monochromatic Colors of #B1AF2B
Black with #B1AF2B
Text Example
Text Example
White with #B1AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF2B; }
p { color: rgb(177,175,43); }
H1.HeaderClassName
{
color: #B1AF2B;
}
.AnyTagClassName
{
color: #B1AF2B;
}
</style>
background-color css
<style>
a { background-color: #B1AF2B; }
a { background-color: rgb(177,175,43); }
div.DivClassName
{
background-color: #B1AF2B;
}
.BgClassName
{
background-color: #B1AF2B;
}
</style>
border-color css
<style>
span { border-color: #B1AF2B; }
span { border-color: rgb(177,175,43); }
td.TdClassName
{
border-color: #B1AF2B;
}
.TagClassName
{
border-color: #B1AF2B;
}
</style>