Shades of Limerick #85AF1C
Tints of Limerick #85AF1C
RGB
CMYK
RGB Variations
Color information
#85AF1C (or 0x85AF1C) is known color: Limerick. HEX triplet: 85, AF and 1C. RGB value is (133,175,28). Sum of RGB (Red+Green+Blue) = 133+175+28=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF1C is #7A50E3. Grayscale: #929292. Windows color (decimal): -8016100 or 1879941. OLE color: 1879941.
HSL color Cylindrical-coordinate representation of color #85AF1C: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85AF1C is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 28 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.31 |
| HSL | 77.14º | 0.72% | 0.4% | - |
| HSV(B) | 77.14º | 0.84% | 0.69% | - |
| XYZ | 25.21 | 35.73 | 6.67 | - |
| YUV | 145.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 28 | 0.24 | 0 | 0.84 | 0.31 | 77.14 | 0.72 | 0.4 |
| Hex | 85 | AF | 1C | 18 | 0 | 54 | 1F | 4D | 48 | 28 |
| Octal | 205 | 257 | 34 | 30 | 0 | 124 | 37 | 115 | 110 | 50 |
| Binary | 10000101 | 10101111 | 11100 | 11000 | 0 | 1010100 | 11111 | 1001101 | 1001000 | 101000 |
Color Harmonies of #85AF1C
Complementary color
Monochromatic Colors of #85AF1C
Black with #85AF1C
Text Example
Text Example
White with #85AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF1C; }
p { color: rgb(133,175,28); }
H1.HeaderClassName
{
color: #85AF1C;
}
.AnyTagClassName
{
color: #85AF1C;
}
</style>
background-color css
<style>
a { background-color: #85AF1C; }
a { background-color: rgb(133,175,28); }
div.DivClassName
{
background-color: #85AF1C;
}
.BgClassName
{
background-color: #85AF1C;
}
</style>
border-color css
<style>
span { border-color: #85AF1C; }
span { border-color: rgb(133,175,28); }
td.TdClassName
{
border-color: #85AF1C;
}
.TagClassName
{
border-color: #85AF1C;
}
</style>