Shades of Earls Green #AFB222
Tints of Earls Green #AFB222
RGB
CMYK
RGB Variations
Color information
#AFB222 (or 0xAFB222) is known color: Earls Green. HEX triplet: AF, B2 and 22. RGB value is (175,178,34). Sum of RGB (Red+Green+Blue) = 175+178+34=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB222 is #504DDD. Grayscale: #A1A1A1. Windows color (decimal): -5262814 or 2273967. OLE color: 2273967.
HSL color Cylindrical-coordinate representation of color #AFB222: hue angle of 61.25º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFB222 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 34 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.30 |
| HSL | 61.25º | 0.68% | 0.42% | - |
| HSV(B) | 61.25º | 0.81% | 0.7% | - |
| XYZ | 33.89 | 41.07 | 7.65 | - |
| YUV | 160.69 | 56.51 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 34 | 0.02 | 0 | 0.81 | 0.30 | 61.25 | 0.68 | 0.42 |
| Hex | AF | B2 | 22 | 2 | 0 | 51 | 1E | 3D | 44 | 2A |
| Octal | 257 | 262 | 42 | 2 | 0 | 121 | 36 | 75 | 104 | 52 |
| Binary | 10101111 | 10110010 | 100010 | 10 | 0 | 1010001 | 11110 | 111101 | 1000100 | 101010 |
Color Harmonies of #AFB222
Complementary color
Monochromatic Colors of #AFB222
Black with #AFB222
Text Example
Text Example
White with #AFB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB222; }
p { color: rgb(175,178,34); }
H1.HeaderClassName
{
color: #AFB222;
}
.AnyTagClassName
{
color: #AFB222;
}
</style>
background-color css
<style>
a { background-color: #AFB222; }
a { background-color: rgb(175,178,34); }
div.DivClassName
{
background-color: #AFB222;
}
.BgClassName
{
background-color: #AFB222;
}
</style>
border-color css
<style>
span { border-color: #AFB222; }
span { border-color: rgb(175,178,34); }
td.TdClassName
{
border-color: #AFB222;
}
.TagClassName
{
border-color: #AFB222;
}
</style>