Shades of Earls Green #AFB122
Tints of Earls Green #AFB122
RGB
CMYK
RGB Variations
Color information
#AFB122 (or 0xAFB122) is known color: Earls Green. HEX triplet: AF, B1 and 22. RGB value is (175,177,34). Sum of RGB (Red+Green+Blue) = 175+177+34=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB122 is #504EDD. Grayscale: #A0A0A0. Windows color (decimal): -5263070 or 2273711. OLE color: 2273711.
HSL color Cylindrical-coordinate representation of color #AFB122: hue angle of 60.84º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFB122 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 34 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.31 |
| HSL | 60.84º | 0.68% | 0.41% | - |
| HSV(B) | 60.84º | 0.81% | 0.69% | - |
| XYZ | 33.69 | 40.67 | 7.59 | - |
| YUV | 160.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 34 | 0.01 | 0 | 0.81 | 0.31 | 60.84 | 0.68 | 0.41 |
| Hex | AF | B1 | 22 | 1 | 0 | 51 | 1F | 3D | 44 | 29 |
| Octal | 257 | 261 | 42 | 1 | 0 | 121 | 37 | 75 | 104 | 51 |
| Binary | 10101111 | 10110001 | 100010 | 1 | 0 | 1010001 | 11111 | 111101 | 1000100 | 101001 |
Color Harmonies of #AFB122
Complementary color
Monochromatic Colors of #AFB122
Black with #AFB122
Text Example
Text Example
White with #AFB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB122; }
p { color: rgb(175,177,34); }
H1.HeaderClassName
{
color: #AFB122;
}
.AnyTagClassName
{
color: #AFB122;
}
</style>
background-color css
<style>
a { background-color: #AFB122; }
a { background-color: rgb(175,177,34); }
div.DivClassName
{
background-color: #AFB122;
}
.BgClassName
{
background-color: #AFB122;
}
</style>
border-color css
<style>
span { border-color: #AFB122; }
span { border-color: rgb(175,177,34); }
td.TdClassName
{
border-color: #AFB122;
}
.TagClassName
{
border-color: #AFB122;
}
</style>