Shades of Limerick #99B43C
Tints of Limerick #99B43C
RGB
CMYK
RGB Variations
Color information
#99B43C (or 0x99B43C) is known color: Limerick. HEX triplet: 99, B4 and 3C. RGB value is (153,180,60). Sum of RGB (Red+Green+Blue) = 153+180+60=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #99B43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B43C is #664BC3. Grayscale: #9E9E9E. Windows color (decimal): -6704068 or 3978393. OLE color: 3978393.
HSL color Cylindrical-coordinate representation of color #99B43C: hue angle of 73.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99B43C is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 60 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.29 |
| HSL | 73.5º | 0.5% | 0.47% | - |
| HSV(B) | 73.5º | 0.67% | 0.71% | - |
| XYZ | 30.27 | 39.74 | 10.35 | - |
| YUV | 158.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 60 | 0.15 | 0 | 0.67 | 0.29 | 73.5 | 0.5 | 0.47 |
| Hex | 99 | B4 | 3C | F | 0 | 43 | 1D | 4A | 32 | 2F |
| Octal | 231 | 264 | 74 | 17 | 0 | 103 | 35 | 112 | 62 | 57 |
| Binary | 10011001 | 10110100 | 111100 | 1111 | 0 | 1000011 | 11101 | 1001010 | 110010 | 101111 |
Color Harmonies of #99B43C
Complementary color
Monochromatic Colors of #99B43C
Black with #99B43C
Text Example
Text Example
White with #99B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B43C; }
p { color: rgb(153,180,60); }
H1.HeaderClassName
{
color: #99B43C;
}
.AnyTagClassName
{
color: #99B43C;
}
</style>
background-color css
<style>
a { background-color: #99B43C; }
a { background-color: rgb(153,180,60); }
div.DivClassName
{
background-color: #99B43C;
}
.BgClassName
{
background-color: #99B43C;
}
</style>
border-color css
<style>
span { border-color: #99B43C; }
span { border-color: rgb(153,180,60); }
td.TdClassName
{
border-color: #99B43C;
}
.TagClassName
{
border-color: #99B43C;
}
</style>