Shades of Earls Green #AFB223
Tints of Earls Green #AFB223
RGB
CMYK
RGB Variations
Color information
#AFB223 (or 0xAFB223) is known color: Earls Green. HEX triplet: AF, B2 and 23. RGB value is (175,178,35). Sum of RGB (Red+Green+Blue) = 175+178+35=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB223 is #504DDC. Grayscale: #A1A1A1. Windows color (decimal): -5262813 or 2339503. OLE color: 2339503.
HSL color Cylindrical-coordinate representation of color #AFB223: hue angle of 61.26º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFB223 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 35 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.30 |
| HSL | 61.26º | 0.67% | 0.42% | - |
| HSV(B) | 61.26º | 0.8% | 0.7% | - |
| XYZ | 33.9 | 41.08 | 7.73 | - |
| YUV | 160.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 35 | 0.02 | 0 | 0.80 | 0.30 | 61.26 | 0.67 | 0.42 |
| Hex | AF | B2 | 23 | 2 | 0 | 50 | 1E | 3D | 43 | 2A |
| Octal | 257 | 262 | 43 | 2 | 0 | 120 | 36 | 75 | 103 | 52 |
| Binary | 10101111 | 10110010 | 100011 | 10 | 0 | 1010000 | 11110 | 111101 | 1000011 | 101010 |
Color Harmonies of #AFB223
Complementary color
Monochromatic Colors of #AFB223
Black with #AFB223
Text Example
Text Example
White with #AFB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB223; }
p { color: rgb(175,178,35); }
H1.HeaderClassName
{
color: #AFB223;
}
.AnyTagClassName
{
color: #AFB223;
}
</style>
background-color css
<style>
a { background-color: #AFB223; }
a { background-color: rgb(175,178,35); }
div.DivClassName
{
background-color: #AFB223;
}
.BgClassName
{
background-color: #AFB223;
}
</style>
border-color css
<style>
span { border-color: #AFB223; }
span { border-color: rgb(175,178,35); }
td.TdClassName
{
border-color: #AFB223;
}
.TagClassName
{
border-color: #AFB223;
}
</style>