Shades of Limerick #85C326
Tints of Limerick #85C326
RGB
CMYK
RGB Variations
Color information
#85C326 (or 0x85C326) is known color: Limerick. HEX triplet: 85, C3 and 26. RGB value is (133,195,38). Sum of RGB (Red+Green+Blue) = 133+195+38=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #85C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C326 is #7A3CD9. Grayscale: #9F9F9F. Windows color (decimal): -8010970 or 2540421. OLE color: 2540421.
HSL color Cylindrical-coordinate representation of color #85C326: hue angle of 83.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85C326 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 38 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.24 |
| HSL | 83.69º | 0.67% | 0.46% | - |
| HSV(B) | 83.69º | 0.81% | 0.76% | - |
| XYZ | 29.54 | 44.16 | 8.8 | - |
| YUV | 158.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 38 | 0.32 | 0 | 0.81 | 0.24 | 83.69 | 0.67 | 0.46 |
| Hex | 85 | C3 | 26 | 20 | 0 | 51 | 18 | 54 | 43 | 2E |
| Octal | 205 | 303 | 46 | 40 | 0 | 121 | 30 | 124 | 103 | 56 |
| Binary | 10000101 | 11000011 | 100110 | 100000 | 0 | 1010001 | 11000 | 1010100 | 1000011 | 101110 |
Color Harmonies of #85C326
Complementary color
Monochromatic Colors of #85C326
Black with #85C326
Text Example
Text Example
White with #85C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C326; }
p { color: rgb(133,195,38); }
H1.HeaderClassName
{
color: #85C326;
}
.AnyTagClassName
{
color: #85C326;
}
</style>
background-color css
<style>
a { background-color: #85C326; }
a { background-color: rgb(133,195,38); }
div.DivClassName
{
background-color: #85C326;
}
.BgClassName
{
background-color: #85C326;
}
</style>
border-color css
<style>
span { border-color: #85C326; }
span { border-color: rgb(133,195,38); }
td.TdClassName
{
border-color: #85C326;
}
.TagClassName
{
border-color: #85C326;
}
</style>