Shades of Limerick #9BAF20
Tints of Limerick #9BAF20
RGB
CMYK
RGB Variations
Color information
#9BAF20 (or 0x9BAF20) is known color: Limerick. HEX triplet: 9B, AF and 20. RGB value is (155,175,32). Sum of RGB (Red+Green+Blue) = 155+175+32=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF20 is #6450DF. Grayscale: #999999. Windows color (decimal): -6574304 or 2142107. OLE color: 2142107.
HSL color Cylindrical-coordinate representation of color #9BAF20: hue angle of 68.39º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BAF20 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 32 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.31 |
| HSL | 68.39º | 0.69% | 0.41% | - |
| HSV(B) | 68.39º | 0.82% | 0.69% | - |
| XYZ | 29.11 | 37.73 | 7.12 | - |
| YUV | 152.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 32 | 0.11 | 0 | 0.82 | 0.31 | 68.39 | 0.69 | 0.41 |
| Hex | 9B | AF | 20 | B | 0 | 52 | 1F | 44 | 45 | 29 |
| Octal | 233 | 257 | 40 | 13 | 0 | 122 | 37 | 104 | 105 | 51 |
| Binary | 10011011 | 10101111 | 100000 | 1011 | 0 | 1010010 | 11111 | 1000100 | 1000101 | 101001 |
Color Harmonies of #9BAF20
Complementary color
Monochromatic Colors of #9BAF20
Black with #9BAF20
Text Example
Text Example
White with #9BAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF20; }
p { color: rgb(155,175,32); }
H1.HeaderClassName
{
color: #9BAF20;
}
.AnyTagClassName
{
color: #9BAF20;
}
</style>
background-color css
<style>
a { background-color: #9BAF20; }
a { background-color: rgb(155,175,32); }
div.DivClassName
{
background-color: #9BAF20;
}
.BgClassName
{
background-color: #9BAF20;
}
</style>
border-color css
<style>
span { border-color: #9BAF20; }
span { border-color: rgb(155,175,32); }
td.TdClassName
{
border-color: #9BAF20;
}
.TagClassName
{
border-color: #9BAF20;
}
</style>