Shades of Limerick #91AF3C
Tints of Limerick #91AF3C
RGB
CMYK
RGB Variations
Color information
#91AF3C (or 0x91AF3C) is known color: Limerick. HEX triplet: 91, AF and 3C. RGB value is (145,175,60). Sum of RGB (Red+Green+Blue) = 145+175+60=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF3C is #6E50C3. Grayscale: #999999. Windows color (decimal): -7229636 or 3977105. OLE color: 3977105.
HSL color Cylindrical-coordinate representation of color #91AF3C: hue angle of 75.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91AF3C is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 60 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.31 |
| HSL | 75.65º | 0.49% | 0.46% | - |
| HSV(B) | 75.65º | 0.66% | 0.69% | - |
| XYZ | 27.82 | 37.01 | 9.95 | - |
| YUV | 152.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 60 | 0.17 | 0 | 0.66 | 0.31 | 75.65 | 0.49 | 0.46 |
| Hex | 91 | AF | 3C | 11 | 0 | 42 | 1F | 4C | 31 | 2E |
| Octal | 221 | 257 | 74 | 21 | 0 | 102 | 37 | 114 | 61 | 56 |
| Binary | 10010001 | 10101111 | 111100 | 10001 | 0 | 1000010 | 11111 | 1001100 | 110001 | 101110 |
Color Harmonies of #91AF3C
Complementary color
Monochromatic Colors of #91AF3C
Black with #91AF3C
Text Example
Text Example
White with #91AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AF3C; }
p { color: rgb(145,175,60); }
H1.HeaderClassName
{
color: #91AF3C;
}
.AnyTagClassName
{
color: #91AF3C;
}
</style>
background-color css
<style>
a { background-color: #91AF3C; }
a { background-color: rgb(145,175,60); }
div.DivClassName
{
background-color: #91AF3C;
}
.BgClassName
{
background-color: #91AF3C;
}
</style>
border-color css
<style>
span { border-color: #91AF3C; }
span { border-color: rgb(145,175,60); }
td.TdClassName
{
border-color: #91AF3C;
}
.TagClassName
{
border-color: #91AF3C;
}
</style>