Shades of Limerick #8CBC22
Tints of Limerick #8CBC22
RGB
CMYK
RGB Variations
Color information
#8CBC22 (or 0x8CBC22) is known color: Limerick. HEX triplet: 8C, BC and 22. RGB value is (140,188,34). Sum of RGB (Red+Green+Blue) = 140+188+34=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC22 is #7343DD. Grayscale: #9C9C9C. Windows color (decimal): -7554014 or 2276492. OLE color: 2276492.
HSL color Cylindrical-coordinate representation of color #8CBC22: hue angle of 78.7º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CBC22 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 34 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.26 |
| HSL | 78.7º | 0.69% | 0.44% | - |
| HSV(B) | 78.7º | 0.82% | 0.74% | - |
| XYZ | 29.09 | 41.66 | 8.02 | - |
| YUV | 156.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 34 | 0.26 | 0 | 0.82 | 0.26 | 78.7 | 0.69 | 0.44 |
| Hex | 8C | BC | 22 | 1A | 0 | 52 | 1A | 4F | 45 | 2C |
| Octal | 214 | 274 | 42 | 32 | 0 | 122 | 32 | 117 | 105 | 54 |
| Binary | 10001100 | 10111100 | 100010 | 11010 | 0 | 1010010 | 11010 | 1001111 | 1000101 | 101100 |
Color Harmonies of #8CBC22
Complementary color
Monochromatic Colors of #8CBC22
Black with #8CBC22
Text Example
Text Example
White with #8CBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC22; }
p { color: rgb(140,188,34); }
H1.HeaderClassName
{
color: #8CBC22;
}
.AnyTagClassName
{
color: #8CBC22;
}
</style>
background-color css
<style>
a { background-color: #8CBC22; }
a { background-color: rgb(140,188,34); }
div.DivClassName
{
background-color: #8CBC22;
}
.BgClassName
{
background-color: #8CBC22;
}
</style>
border-color css
<style>
span { border-color: #8CBC22; }
span { border-color: rgb(140,188,34); }
td.TdClassName
{
border-color: #8CBC22;
}
.TagClassName
{
border-color: #8CBC22;
}
</style>