Shades of Limerick #8AB833
Tints of Limerick #8AB833
RGB
CMYK
RGB Variations
Color information
#8AB833 (or 0x8AB833) is known color: Limerick. HEX triplet: 8A, B8 and 33. RGB value is (138,184,51). Sum of RGB (Red+Green+Blue) = 138+184+51=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB833 is #7547CC. Grayscale: #9B9B9B. Windows color (decimal): -7686093 or 3389578. OLE color: 3389578.
HSL color Cylindrical-coordinate representation of color #8AB833: hue angle of 80.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AB833 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 51 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.28 |
| HSL | 80.75º | 0.57% | 0.46% | - |
| HSV(B) | 80.75º | 0.72% | 0.72% | - |
| XYZ | 28.22 | 39.92 | 9.35 | - |
| YUV | 155.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 51 | 0.25 | 0 | 0.72 | 0.28 | 80.75 | 0.57 | 0.46 |
| Hex | 8A | B8 | 33 | 19 | 0 | 48 | 1C | 51 | 39 | 2E |
| Octal | 212 | 270 | 63 | 31 | 0 | 110 | 34 | 121 | 71 | 56 |
| Binary | 10001010 | 10111000 | 110011 | 11001 | 0 | 1001000 | 11100 | 1010001 | 111001 | 101110 |
Color Harmonies of #8AB833
Complementary color
Monochromatic Colors of #8AB833
Black with #8AB833
Text Example
Text Example
White with #8AB833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB833; }
p { color: rgb(138,184,51); }
H1.HeaderClassName
{
color: #8AB833;
}
.AnyTagClassName
{
color: #8AB833;
}
</style>
background-color css
<style>
a { background-color: #8AB833; }
a { background-color: rgb(138,184,51); }
div.DivClassName
{
background-color: #8AB833;
}
.BgClassName
{
background-color: #8AB833;
}
</style>
border-color css
<style>
span { border-color: #8AB833; }
span { border-color: rgb(138,184,51); }
td.TdClassName
{
border-color: #8AB833;
}
.TagClassName
{
border-color: #8AB833;
}
</style>