Shades of Limerick #99B238
Tints of Limerick #99B238
RGB
CMYK
RGB Variations
Color information
#99B238 (or 0x99B238) is known color: Limerick. HEX triplet: 99, B2 and 38. RGB value is (153,178,56). Sum of RGB (Red+Green+Blue) = 153+178+56=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #99B238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B238 is #664DC7. Grayscale: #9D9D9D. Windows color (decimal): -6704584 or 3715737. OLE color: 3715737.
HSL color Cylindrical-coordinate representation of color #99B238: hue angle of 72.3º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99B238 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 56 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.30 |
| HSL | 72.3º | 0.52% | 0.46% | - |
| HSV(B) | 72.3º | 0.69% | 0.7% | - |
| XYZ | 29.77 | 38.9 | 9.68 | - |
| YUV | 156.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 56 | 0.14 | 0 | 0.69 | 0.30 | 72.3 | 0.52 | 0.46 |
| Hex | 99 | B2 | 38 | E | 0 | 45 | 1E | 48 | 34 | 2E |
| Octal | 231 | 262 | 70 | 16 | 0 | 105 | 36 | 110 | 64 | 56 |
| Binary | 10011001 | 10110010 | 111000 | 1110 | 0 | 1000101 | 11110 | 1001000 | 110100 | 101110 |
Color Harmonies of #99B238
Complementary color
Monochromatic Colors of #99B238
Black with #99B238
Text Example
Text Example
White with #99B238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B238; }
p { color: rgb(153,178,56); }
H1.HeaderClassName
{
color: #99B238;
}
.AnyTagClassName
{
color: #99B238;
}
</style>
background-color css
<style>
a { background-color: #99B238; }
a { background-color: rgb(153,178,56); }
div.DivClassName
{
background-color: #99B238;
}
.BgClassName
{
background-color: #99B238;
}
</style>
border-color css
<style>
span { border-color: #99B238; }
span { border-color: rgb(153,178,56); }
td.TdClassName
{
border-color: #99B238;
}
.TagClassName
{
border-color: #99B238;
}
</style>