Shades of Limerick #8FB326
Tints of Limerick #8FB326
RGB
CMYK
RGB Variations
Color information
#8FB326 (or 0x8FB326) is known color: Limerick. HEX triplet: 8F, B3 and 26. RGB value is (143,179,38). Sum of RGB (Red+Green+Blue) = 143+179+38=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB326 is #704CD9. Grayscale: #989898. Windows color (decimal): -7359706 or 2536335. OLE color: 2536335.
HSL color Cylindrical-coordinate representation of color #8FB326: hue angle of 75.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FB326 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 38 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.30 |
| HSL | 75.32º | 0.65% | 0.43% | - |
| HSV(B) | 75.32º | 0.79% | 0.7% | - |
| XYZ | 27.8 | 38.22 | 7.75 | - |
| YUV | 152.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 38 | 0.20 | 0 | 0.79 | 0.30 | 75.32 | 0.65 | 0.43 |
| Hex | 8F | B3 | 26 | 14 | 0 | 4F | 1E | 4B | 41 | 2B |
| Octal | 217 | 263 | 46 | 24 | 0 | 117 | 36 | 113 | 101 | 53 |
| Binary | 10001111 | 10110011 | 100110 | 10100 | 0 | 1001111 | 11110 | 1001011 | 1000001 | 101011 |
Color Harmonies of #8FB326
Complementary color
Monochromatic Colors of #8FB326
Black with #8FB326
Text Example
Text Example
White with #8FB326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB326; }
p { color: rgb(143,179,38); }
H1.HeaderClassName
{
color: #8FB326;
}
.AnyTagClassName
{
color: #8FB326;
}
</style>
background-color css
<style>
a { background-color: #8FB326; }
a { background-color: rgb(143,179,38); }
div.DivClassName
{
background-color: #8FB326;
}
.BgClassName
{
background-color: #8FB326;
}
</style>
border-color css
<style>
span { border-color: #8FB326; }
span { border-color: rgb(143,179,38); }
td.TdClassName
{
border-color: #8FB326;
}
.TagClassName
{
border-color: #8FB326;
}
</style>