Shades of Limerick #8CB23D
Tints of Limerick #8CB23D
RGB
CMYK
RGB Variations
Color information
#8CB23D (or 0x8CB23D) is known color: Limerick. HEX triplet: 8C, B2 and 3D. RGB value is (140,178,61). Sum of RGB (Red+Green+Blue) = 140+178+61=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB23D is #734DC2. Grayscale: #999999. Windows color (decimal): -7556547 or 4043404. OLE color: 4043404.
HSL color Cylindrical-coordinate representation of color #8CB23D: hue angle of 79.49º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CB23D is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 61 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.30 |
| HSL | 79.49º | 0.49% | 0.47% | - |
| HSV(B) | 79.49º | 0.66% | 0.7% | - |
| XYZ | 27.58 | 37.75 | 10.25 | - |
| YUV | 153.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 61 | 0.21 | 0 | 0.66 | 0.30 | 79.49 | 0.49 | 0.47 |
| Hex | 8C | B2 | 3D | 15 | 0 | 42 | 1E | 4F | 31 | 2F |
| Octal | 214 | 262 | 75 | 25 | 0 | 102 | 36 | 117 | 61 | 57 |
| Binary | 10001100 | 10110010 | 111101 | 10101 | 0 | 1000010 | 11110 | 1001111 | 110001 | 101111 |
Color Harmonies of #8CB23D
Complementary color
Monochromatic Colors of #8CB23D
Black with #8CB23D
Text Example
Text Example
White with #8CB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB23D; }
p { color: rgb(140,178,61); }
H1.HeaderClassName
{
color: #8CB23D;
}
.AnyTagClassName
{
color: #8CB23D;
}
</style>
background-color css
<style>
a { background-color: #8CB23D; }
a { background-color: rgb(140,178,61); }
div.DivClassName
{
background-color: #8CB23D;
}
.BgClassName
{
background-color: #8CB23D;
}
</style>
border-color css
<style>
span { border-color: #8CB23D; }
span { border-color: rgb(140,178,61); }
td.TdClassName
{
border-color: #8CB23D;
}
.TagClassName
{
border-color: #8CB23D;
}
</style>