Shades of Limerick #9BA83B
Tints of Limerick #9BA83B
RGB
CMYK
RGB Variations
Color information
#9BA83B (or 0x9BA83B) is known color: Limerick. HEX triplet: 9B, A8 and 3B. RGB value is (155,168,59). Sum of RGB (Red+Green+Blue) = 155+168+59=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA83B is #6457C4. Grayscale: #989898. Windows color (decimal): -6576069 or 3909787. OLE color: 3909787.
HSL color Cylindrical-coordinate representation of color #9BA83B: hue angle of 67.16º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BA83B is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 59 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.34 |
| HSL | 67.16º | 0.48% | 0.45% | - |
| HSV(B) | 67.16º | 0.65% | 0.66% | - |
| XYZ | 28.31 | 35.29 | 9.46 | - |
| YUV | 151.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 59 | 0.08 | 0 | 0.65 | 0.34 | 67.16 | 0.48 | 0.45 |
| Hex | 9B | A8 | 3B | 8 | 0 | 41 | 22 | 43 | 30 | 2D |
| Octal | 233 | 250 | 73 | 10 | 0 | 101 | 42 | 103 | 60 | 55 |
| Binary | 10011011 | 10101000 | 111011 | 1000 | 0 | 1000001 | 100010 | 1000011 | 110000 | 101101 |
Color Harmonies of #9BA83B
Complementary color
Monochromatic Colors of #9BA83B
Black with #9BA83B
Text Example
Text Example
White with #9BA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA83B; }
p { color: rgb(155,168,59); }
H1.HeaderClassName
{
color: #9BA83B;
}
.AnyTagClassName
{
color: #9BA83B;
}
</style>
background-color css
<style>
a { background-color: #9BA83B; }
a { background-color: rgb(155,168,59); }
div.DivClassName
{
background-color: #9BA83B;
}
.BgClassName
{
background-color: #9BA83B;
}
</style>
border-color css
<style>
span { border-color: #9BA83B; }
span { border-color: rgb(155,168,59); }
td.TdClassName
{
border-color: #9BA83B;
}
.TagClassName
{
border-color: #9BA83B;
}
</style>