Shades of Limerick #99B432
Tints of Limerick #99B432
RGB
CMYK
RGB Variations
Color information
#99B432 (or 0x99B432) is known color: Limerick. HEX triplet: 99, B4 and 32. RGB value is (153,180,50). Sum of RGB (Red+Green+Blue) = 153+180+50=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #99B432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B432 is #664BCD. Grayscale: #9D9D9D. Windows color (decimal): -6704078 or 3323033. OLE color: 3323033.
HSL color Cylindrical-coordinate representation of color #99B432: hue angle of 72.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99B432 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 50 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.29 |
| HSL | 72.46º | 0.57% | 0.45% | - |
| HSV(B) | 72.46º | 0.72% | 0.71% | - |
| XYZ | 30.03 | 39.65 | 9.09 | - |
| YUV | 157.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 50 | 0.15 | 0 | 0.72 | 0.29 | 72.46 | 0.57 | 0.45 |
| Hex | 99 | B4 | 32 | F | 0 | 48 | 1D | 48 | 39 | 2D |
| Octal | 231 | 264 | 62 | 17 | 0 | 110 | 35 | 110 | 71 | 55 |
| Binary | 10011001 | 10110100 | 110010 | 1111 | 0 | 1001000 | 11101 | 1001000 | 111001 | 101101 |
Color Harmonies of #99B432
Complementary color
Monochromatic Colors of #99B432
Black with #99B432
Text Example
Text Example
White with #99B432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B432; }
p { color: rgb(153,180,50); }
H1.HeaderClassName
{
color: #99B432;
}
.AnyTagClassName
{
color: #99B432;
}
</style>
background-color css
<style>
a { background-color: #99B432; }
a { background-color: rgb(153,180,50); }
div.DivClassName
{
background-color: #99B432;
}
.BgClassName
{
background-color: #99B432;
}
</style>
border-color css
<style>
span { border-color: #99B432; }
span { border-color: rgb(153,180,50); }
td.TdClassName
{
border-color: #99B432;
}
.TagClassName
{
border-color: #99B432;
}
</style>