Shades of Limerick #8BAE3C
Tints of Limerick #8BAE3C
RGB
CMYK
RGB Variations
Color information
#8BAE3C (or 0x8BAE3C) is known color: Limerick. HEX triplet: 8B, AE and 3C. RGB value is (139,174,60). Sum of RGB (Red+Green+Blue) = 139+174+60=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAE3C is #7451C3. Grayscale: #969696. Windows color (decimal): -7623108 or 3976843. OLE color: 3976843.
HSL color Cylindrical-coordinate representation of color #8BAE3C: hue angle of 78.42º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BAE3C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 60 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.32 |
| HSL | 78.42º | 0.49% | 0.46% | - |
| HSV(B) | 78.42º | 0.66% | 0.68% | - |
| XYZ | 26.6 | 36.09 | 9.84 | - |
| YUV | 150.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 60 | 0.20 | 0 | 0.66 | 0.32 | 78.42 | 0.49 | 0.46 |
| Hex | 8B | AE | 3C | 14 | 0 | 42 | 20 | 4E | 31 | 2E |
| Octal | 213 | 256 | 74 | 24 | 0 | 102 | 40 | 116 | 61 | 56 |
| Binary | 10001011 | 10101110 | 111100 | 10100 | 0 | 1000010 | 100000 | 1001110 | 110001 | 101110 |
Color Harmonies of #8BAE3C
Complementary color
Monochromatic Colors of #8BAE3C
Black with #8BAE3C
Text Example
Text Example
White with #8BAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE3C; }
p { color: rgb(139,174,60); }
H1.HeaderClassName
{
color: #8BAE3C;
}
.AnyTagClassName
{
color: #8BAE3C;
}
</style>
background-color css
<style>
a { background-color: #8BAE3C; }
a { background-color: rgb(139,174,60); }
div.DivClassName
{
background-color: #8BAE3C;
}
.BgClassName
{
background-color: #8BAE3C;
}
</style>
border-color css
<style>
span { border-color: #8BAE3C; }
span { border-color: rgb(139,174,60); }
td.TdClassName
{
border-color: #8BAE3C;
}
.TagClassName
{
border-color: #8BAE3C;
}
</style>