Shades of Limerick #85A41B
Tints of Limerick #85A41B
RGB
CMYK
RGB Variations
Color information
#85A41B (or 0x85A41B) is known color: Limerick. HEX triplet: 85, A4 and 1B. RGB value is (133,164,27). Sum of RGB (Red+Green+Blue) = 133+164+27=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #85A41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A41B is #7A5BE4. Grayscale: #8B8B8B. Windows color (decimal): -8018917 or 1811589. OLE color: 1811589.
HSL color Cylindrical-coordinate representation of color #85A41B: hue angle of 73.58º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85A41B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 27 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.36 |
| HSL | 73.58º | 0.72% | 0.37% | - |
| HSV(B) | 73.58º | 0.84% | 0.64% | - |
| XYZ | 23.15 | 31.62 | 5.92 | - |
| YUV | 139.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 27 | 0.19 | 0 | 0.84 | 0.36 | 73.58 | 0.72 | 0.37 |
| Hex | 85 | A4 | 1B | 13 | 0 | 54 | 24 | 4A | 48 | 25 |
| Octal | 205 | 244 | 33 | 23 | 0 | 124 | 44 | 112 | 110 | 45 |
| Binary | 10000101 | 10100100 | 11011 | 10011 | 0 | 1010100 | 100100 | 1001010 | 1001000 | 100101 |
Color Harmonies of #85A41B
Complementary color
Monochromatic Colors of #85A41B
Black with #85A41B
Text Example
Text Example
White with #85A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A41B; }
p { color: rgb(133,164,27); }
H1.HeaderClassName
{
color: #85A41B;
}
.AnyTagClassName
{
color: #85A41B;
}
</style>
background-color css
<style>
a { background-color: #85A41B; }
a { background-color: rgb(133,164,27); }
div.DivClassName
{
background-color: #85A41B;
}
.BgClassName
{
background-color: #85A41B;
}
</style>
border-color css
<style>
span { border-color: #85A41B; }
span { border-color: rgb(133,164,27); }
td.TdClassName
{
border-color: #85A41B;
}
.TagClassName
{
border-color: #85A41B;
}
</style>