Shades of Limerick #9CA83D
Tints of Limerick #9CA83D
RGB
CMYK
RGB Variations
Color information
#9CA83D (or 0x9CA83D) is known color: Limerick. HEX triplet: 9C, A8 and 3D. RGB value is (156,168,61). Sum of RGB (Red+Green+Blue) = 156+168+61=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA83D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA83D is #6357C2. Grayscale: #989898. Windows color (decimal): -6510531 or 4040860. OLE color: 4040860.
HSL color Cylindrical-coordinate representation of color #9CA83D: hue angle of 66.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CA83D is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 61 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.34 |
| HSL | 66.73º | 0.47% | 0.45% | - |
| HSV(B) | 66.73º | 0.64% | 0.66% | - |
| XYZ | 28.56 | 35.41 | 9.74 | - |
| YUV | 152.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 61 | 0.07 | 0 | 0.64 | 0.34 | 66.73 | 0.47 | 0.45 |
| Hex | 9C | A8 | 3D | 7 | 0 | 40 | 22 | 43 | 2F | 2D |
| Octal | 234 | 250 | 75 | 7 | 0 | 100 | 42 | 103 | 57 | 55 |
| Binary | 10011100 | 10101000 | 111101 | 111 | 0 | 1000000 | 100010 | 1000011 | 101111 | 101101 |
Color Harmonies of #9CA83D
Complementary color
Monochromatic Colors of #9CA83D
Black with #9CA83D
Text Example
Text Example
White with #9CA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA83D; }
p { color: rgb(156,168,61); }
H1.HeaderClassName
{
color: #9CA83D;
}
.AnyTagClassName
{
color: #9CA83D;
}
</style>
background-color css
<style>
a { background-color: #9CA83D; }
a { background-color: rgb(156,168,61); }
div.DivClassName
{
background-color: #9CA83D;
}
.BgClassName
{
background-color: #9CA83D;
}
</style>
border-color css
<style>
span { border-color: #9CA83D; }
span { border-color: rgb(156,168,61); }
td.TdClassName
{
border-color: #9CA83D;
}
.TagClassName
{
border-color: #9CA83D;
}
</style>