Shades of Limerick #85A51B
Tints of Limerick #85A51B
RGB
CMYK
RGB Variations
Color information
#85A51B (or 0x85A51B) is known color: Limerick. HEX triplet: 85, A5 and 1B. RGB value is (133,165,27). Sum of RGB (Red+Green+Blue) = 133+165+27=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #85A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A51B is #7A5AE4. Grayscale: #8C8C8C. Windows color (decimal): -8018661 or 1811845. OLE color: 1811845.
HSL color Cylindrical-coordinate representation of color #85A51B: hue angle of 73.91º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85A51B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 27 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.35 |
| HSL | 73.91º | 0.72% | 0.38% | - |
| HSV(B) | 73.91º | 0.84% | 0.65% | - |
| XYZ | 23.33 | 31.98 | 5.98 | - |
| YUV | 139.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 27 | 0.19 | 0 | 0.84 | 0.35 | 73.91 | 0.72 | 0.38 |
| Hex | 85 | A5 | 1B | 13 | 0 | 54 | 23 | 4A | 48 | 26 |
| Octal | 205 | 245 | 33 | 23 | 0 | 124 | 43 | 112 | 110 | 46 |
| Binary | 10000101 | 10100101 | 11011 | 10011 | 0 | 1010100 | 100011 | 1001010 | 1001000 | 100110 |
Color Harmonies of #85A51B
Complementary color
Monochromatic Colors of #85A51B
Black with #85A51B
Text Example
Text Example
White with #85A51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A51B; }
p { color: rgb(133,165,27); }
H1.HeaderClassName
{
color: #85A51B;
}
.AnyTagClassName
{
color: #85A51B;
}
</style>
background-color css
<style>
a { background-color: #85A51B; }
a { background-color: rgb(133,165,27); }
div.DivClassName
{
background-color: #85A51B;
}
.BgClassName
{
background-color: #85A51B;
}
</style>
border-color css
<style>
span { border-color: #85A51B; }
span { border-color: rgb(133,165,27); }
td.TdClassName
{
border-color: #85A51B;
}
.TagClassName
{
border-color: #85A51B;
}
</style>