Shades of Earls Green #AFB11B
Tints of Earls Green #AFB11B
RGB
CMYK
RGB Variations
Color information
#AFB11B (or 0xAFB11B) is known color: Earls Green. HEX triplet: AF, B1 and 1B. RGB value is (175,177,27). Sum of RGB (Red+Green+Blue) = 175+177+27=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB11B is #504EE4. Grayscale: #9F9F9F. Windows color (decimal): -5263077 or 1814959. OLE color: 1814959.
HSL color Cylindrical-coordinate representation of color #AFB11B: hue angle of 60.8º 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 #AFB11B is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 27 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.31 |
| HSL | 60.8º | 0.74% | 0.4% | - |
| HSV(B) | 60.8º | 0.85% | 0.69% | - |
| XYZ | 33.6 | 40.64 | 7.11 | - |
| YUV | 159.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 27 | 0.01 | 0 | 0.85 | 0.31 | 60.8 | 0.74 | 0.4 |
| Hex | AF | B1 | 1B | 1 | 0 | 55 | 1F | 3D | 4A | 28 |
| Octal | 257 | 261 | 33 | 1 | 0 | 125 | 37 | 75 | 112 | 50 |
| Binary | 10101111 | 10110001 | 11011 | 1 | 0 | 1010101 | 11111 | 111101 | 1001010 | 101000 |
Color Harmonies of #AFB11B
Complementary color
Monochromatic Colors of #AFB11B
Black with #AFB11B
Text Example
Text Example
White with #AFB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB11B; }
p { color: rgb(175,177,27); }
H1.HeaderClassName
{
color: #AFB11B;
}
.AnyTagClassName
{
color: #AFB11B;
}
</style>
background-color css
<style>
a { background-color: #AFB11B; }
a { background-color: rgb(175,177,27); }
div.DivClassName
{
background-color: #AFB11B;
}
.BgClassName
{
background-color: #AFB11B;
}
</style>
border-color css
<style>
span { border-color: #AFB11B; }
span { border-color: rgb(175,177,27); }
td.TdClassName
{
border-color: #AFB11B;
}
.TagClassName
{
border-color: #AFB11B;
}
</style>