Shades of Limerick #8CBE23
Tints of Limerick #8CBE23
RGB
CMYK
RGB Variations
Color information
#8CBE23 (or 0x8CBE23) is known color: Limerick. HEX triplet: 8C, BE and 23. RGB value is (140,190,35). Sum of RGB (Red+Green+Blue) = 140+190+35=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE23 is #7341DC. Grayscale: #9D9D9D. Windows color (decimal): -7553501 or 2342540. OLE color: 2342540.
HSL color Cylindrical-coordinate representation of color #8CBE23: hue angle of 79.35º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CBE23 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 35 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.25 |
| HSL | 79.35º | 0.69% | 0.44% | - |
| HSV(B) | 79.35º | 0.82% | 0.75% | - |
| XYZ | 29.53 | 42.52 | 8.24 | - |
| YUV | 157.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 35 | 0.26 | 0 | 0.82 | 0.25 | 79.35 | 0.69 | 0.44 |
| Hex | 8C | BE | 23 | 1A | 0 | 52 | 19 | 4F | 45 | 2C |
| Octal | 214 | 276 | 43 | 32 | 0 | 122 | 31 | 117 | 105 | 54 |
| Binary | 10001100 | 10111110 | 100011 | 11010 | 0 | 1010010 | 11001 | 1001111 | 1000101 | 101100 |
Color Harmonies of #8CBE23
Complementary color
Monochromatic Colors of #8CBE23
Black with #8CBE23
Text Example
Text Example
White with #8CBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE23; }
p { color: rgb(140,190,35); }
H1.HeaderClassName
{
color: #8CBE23;
}
.AnyTagClassName
{
color: #8CBE23;
}
</style>
background-color css
<style>
a { background-color: #8CBE23; }
a { background-color: rgb(140,190,35); }
div.DivClassName
{
background-color: #8CBE23;
}
.BgClassName
{
background-color: #8CBE23;
}
</style>
border-color css
<style>
span { border-color: #8CBE23; }
span { border-color: rgb(140,190,35); }
td.TdClassName
{
border-color: #8CBE23;
}
.TagClassName
{
border-color: #8CBE23;
}
</style>