Shades of Limerick #9BAF22
Tints of Limerick #9BAF22
RGB
CMYK
RGB Variations
Color information
#9BAF22 (or 0x9BAF22) is known color: Limerick. HEX triplet: 9B, AF and 22. RGB value is (155,175,34). Sum of RGB (Red+Green+Blue) = 155+175+34=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF22 is #6450DD. Grayscale: #999999. Windows color (decimal): -6574302 or 2273179. OLE color: 2273179.
HSL color Cylindrical-coordinate representation of color #9BAF22: hue angle of 68.51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BAF22 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 34 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.31 |
| HSL | 68.51º | 0.67% | 0.41% | - |
| HSV(B) | 68.51º | 0.81% | 0.69% | - |
| XYZ | 29.14 | 37.74 | 7.26 | - |
| YUV | 152.95 | 60.87 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 34 | 0.11 | 0 | 0.81 | 0.31 | 68.51 | 0.67 | 0.41 |
| Hex | 9B | AF | 22 | B | 0 | 51 | 1F | 45 | 43 | 29 |
| Octal | 233 | 257 | 42 | 13 | 0 | 121 | 37 | 105 | 103 | 51 |
| Binary | 10011011 | 10101111 | 100010 | 1011 | 0 | 1010001 | 11111 | 1000101 | 1000011 | 101001 |
Color Harmonies of #9BAF22
Complementary color
Monochromatic Colors of #9BAF22
Black with #9BAF22
Text Example
Text Example
White with #9BAF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF22; }
p { color: rgb(155,175,34); }
H1.HeaderClassName
{
color: #9BAF22;
}
.AnyTagClassName
{
color: #9BAF22;
}
</style>
background-color css
<style>
a { background-color: #9BAF22; }
a { background-color: rgb(155,175,34); }
div.DivClassName
{
background-color: #9BAF22;
}
.BgClassName
{
background-color: #9BAF22;
}
</style>
border-color css
<style>
span { border-color: #9BAF22; }
span { border-color: rgb(155,175,34); }
td.TdClassName
{
border-color: #9BAF22;
}
.TagClassName
{
border-color: #9BAF22;
}
</style>