Shades of Earls Green #B1AF28
Tints of Earls Green #B1AF28
RGB
CMYK
RGB Variations
Color information
#B1AF28 (or 0xB1AF28) is known color: Earls Green. HEX triplet: B1, AF and 28. RGB value is (177,175,40). Sum of RGB (Red+Green+Blue) = 177+175+40=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF28 is #4E50D7. Grayscale: #A0A0A0. Windows color (decimal): -5132504 or 2666417. OLE color: 2666417.
HSL color Cylindrical-coordinate representation of color #B1AF28: hue angle of 59.12º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1AF28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.31 |
| HSL | 59.12º | 0.63% | 0.43% | - |
| HSV(B) | 59.12º | 0.77% | 0.69% | - |
| XYZ | 33.84 | 40.16 | 7.98 | - |
| YUV | 160.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 40 | 0 | 0.01 | 0.77 | 0.31 | 59.12 | 0.63 | 0.43 |
| Hex | B1 | AF | 28 | 0 | 1 | 4D | 1F | 3B | 3F | 2B |
| Octal | 261 | 257 | 50 | 0 | 1 | 115 | 37 | 73 | 77 | 53 |
| Binary | 10110001 | 10101111 | 101000 | 0 | 1 | 1001101 | 11111 | 111011 | 111111 | 101011 |
Color Harmonies of #B1AF28
Complementary color
Monochromatic Colors of #B1AF28
Black with #B1AF28
Text Example
Text Example
White with #B1AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF28; }
p { color: rgb(177,175,40); }
H1.HeaderClassName
{
color: #B1AF28;
}
.AnyTagClassName
{
color: #B1AF28;
}
</style>
background-color css
<style>
a { background-color: #B1AF28; }
a { background-color: rgb(177,175,40); }
div.DivClassName
{
background-color: #B1AF28;
}
.BgClassName
{
background-color: #B1AF28;
}
</style>
border-color css
<style>
span { border-color: #B1AF28; }
span { border-color: rgb(177,175,40); }
td.TdClassName
{
border-color: #B1AF28;
}
.TagClassName
{
border-color: #B1AF28;
}
</style>