Shades of Limerick #9CA838
Tints of Limerick #9CA838
RGB
CMYK
RGB Variations
Color information
#9CA838 (or 0x9CA838) is known color: Limerick. HEX triplet: 9C, A8 and 38. RGB value is (156,168,56). Sum of RGB (Red+Green+Blue) = 156+168+56=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA838 is #6357C7. Grayscale: #989898. Windows color (decimal): -6510536 or 3713180. OLE color: 3713180.
HSL color Cylindrical-coordinate representation of color #9CA838: hue angle of 66.43º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CA838 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 56 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.34 |
| HSL | 66.43º | 0.5% | 0.44% | - |
| HSV(B) | 66.43º | 0.67% | 0.66% | - |
| XYZ | 28.43 | 35.36 | 9.07 | - |
| YUV | 151.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 56 | 0.07 | 0 | 0.67 | 0.34 | 66.43 | 0.5 | 0.44 |
| Hex | 9C | A8 | 38 | 7 | 0 | 43 | 22 | 42 | 32 | 2C |
| Octal | 234 | 250 | 70 | 7 | 0 | 103 | 42 | 102 | 62 | 54 |
| Binary | 10011100 | 10101000 | 111000 | 111 | 0 | 1000011 | 100010 | 1000010 | 110010 | 101100 |
Color Harmonies of #9CA838
Complementary color
Monochromatic Colors of #9CA838
Black with #9CA838
Text Example
Text Example
White with #9CA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA838; }
p { color: rgb(156,168,56); }
H1.HeaderClassName
{
color: #9CA838;
}
.AnyTagClassName
{
color: #9CA838;
}
</style>
background-color css
<style>
a { background-color: #9CA838; }
a { background-color: rgb(156,168,56); }
div.DivClassName
{
background-color: #9CA838;
}
.BgClassName
{
background-color: #9CA838;
}
</style>
border-color css
<style>
span { border-color: #9CA838; }
span { border-color: rgb(156,168,56); }
td.TdClassName
{
border-color: #9CA838;
}
.TagClassName
{
border-color: #9CA838;
}
</style>