Shades of Earls Green #AFB32B
Tints of Earls Green #AFB32B
RGB
CMYK
RGB Variations
Color information
#AFB32B (or 0xAFB32B) is known color: Earls Green. HEX triplet: AF, B3 and 2B. RGB value is (175,179,43). Sum of RGB (Red+Green+Blue) = 175+179+43=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB32B is #504CD4. Grayscale: #A2A2A2. Windows color (decimal): -5262549 or 2864047. OLE color: 2864047.
HSL color Cylindrical-coordinate representation of color #AFB32B: hue angle of 61.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFB32B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 43 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.30 |
| HSL | 61.76º | 0.61% | 0.44% | - |
| HSV(B) | 61.76º | 0.76% | 0.7% | - |
| XYZ | 34.24 | 41.53 | 8.5 | - |
| YUV | 162.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 43 | 0.02 | 0 | 0.76 | 0.30 | 61.76 | 0.61 | 0.44 |
| Hex | AF | B3 | 2B | 2 | 0 | 4C | 1E | 3E | 3D | 2C |
| Octal | 257 | 263 | 53 | 2 | 0 | 114 | 36 | 76 | 75 | 54 |
| Binary | 10101111 | 10110011 | 101011 | 10 | 0 | 1001100 | 11110 | 111110 | 111101 | 101100 |
Color Harmonies of #AFB32B
Complementary color
Monochromatic Colors of #AFB32B
Black with #AFB32B
Text Example
Text Example
White with #AFB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB32B; }
p { color: rgb(175,179,43); }
H1.HeaderClassName
{
color: #AFB32B;
}
.AnyTagClassName
{
color: #AFB32B;
}
</style>
background-color css
<style>
a { background-color: #AFB32B; }
a { background-color: rgb(175,179,43); }
div.DivClassName
{
background-color: #AFB32B;
}
.BgClassName
{
background-color: #AFB32B;
}
</style>
border-color css
<style>
span { border-color: #AFB32B; }
span { border-color: rgb(175,179,43); }
td.TdClassName
{
border-color: #AFB32B;
}
.TagClassName
{
border-color: #AFB32B;
}
</style>