Shades of Earls Green #AFB328
Tints of Earls Green #AFB328
RGB
CMYK
RGB Variations
Color information
#AFB328 (or 0xAFB328) is known color: Earls Green. HEX triplet: AF, B3 and 28. RGB value is (175,179,40). Sum of RGB (Red+Green+Blue) = 175+179+40=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB328 is #504CD7. Grayscale: #A2A2A2. Windows color (decimal): -5262552 or 2667439. OLE color: 2667439.
HSL color Cylindrical-coordinate representation of color #AFB328: hue angle of 61.73º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFB328 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 40 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.30 |
| HSL | 61.73º | 0.63% | 0.43% | - |
| HSV(B) | 61.73º | 0.78% | 0.7% | - |
| XYZ | 34.18 | 41.51 | 8.22 | - |
| YUV | 161.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 40 | 0.02 | 0 | 0.78 | 0.30 | 61.73 | 0.63 | 0.43 |
| Hex | AF | B3 | 28 | 2 | 0 | 4E | 1E | 3E | 3F | 2B |
| Octal | 257 | 263 | 50 | 2 | 0 | 116 | 36 | 76 | 77 | 53 |
| Binary | 10101111 | 10110011 | 101000 | 10 | 0 | 1001110 | 11110 | 111110 | 111111 | 101011 |
Color Harmonies of #AFB328
Complementary color
Monochromatic Colors of #AFB328
Black with #AFB328
Text Example
Text Example
White with #AFB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB328; }
p { color: rgb(175,179,40); }
H1.HeaderClassName
{
color: #AFB328;
}
.AnyTagClassName
{
color: #AFB328;
}
</style>
background-color css
<style>
a { background-color: #AFB328; }
a { background-color: rgb(175,179,40); }
div.DivClassName
{
background-color: #AFB328;
}
.BgClassName
{
background-color: #AFB328;
}
</style>
border-color css
<style>
span { border-color: #AFB328; }
span { border-color: rgb(175,179,40); }
td.TdClassName
{
border-color: #AFB328;
}
.TagClassName
{
border-color: #AFB328;
}
</style>