Shades of Limerick #9BAF25
Tints of Limerick #9BAF25
RGB
CMYK
RGB Variations
Color information
#9BAF25 (or 0x9BAF25) is known color: Limerick. HEX triplet: 9B, AF and 25. RGB value is (155,175,37). Sum of RGB (Red+Green+Blue) = 155+175+37=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF25 is #6450DA. Grayscale: #999999. Windows color (decimal): -6574299 or 2469787. OLE color: 2469787.
HSL color Cylindrical-coordinate representation of color #9BAF25: hue angle of 68.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9BAF25 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 37 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.31 |
| HSL | 68.7º | 0.65% | 0.42% | - |
| HSV(B) | 68.7º | 0.79% | 0.69% | - |
| XYZ | 29.18 | 37.76 | 7.5 | - |
| YUV | 153.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 37 | 0.11 | 0 | 0.79 | 0.31 | 68.7 | 0.65 | 0.42 |
| Hex | 9B | AF | 25 | B | 0 | 4F | 1F | 45 | 41 | 2A |
| Octal | 233 | 257 | 45 | 13 | 0 | 117 | 37 | 105 | 101 | 52 |
| Binary | 10011011 | 10101111 | 100101 | 1011 | 0 | 1001111 | 11111 | 1000101 | 1000001 | 101010 |
Color Harmonies of #9BAF25
Complementary color
Monochromatic Colors of #9BAF25
Black with #9BAF25
Text Example
Text Example
White with #9BAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF25; }
p { color: rgb(155,175,37); }
H1.HeaderClassName
{
color: #9BAF25;
}
.AnyTagClassName
{
color: #9BAF25;
}
</style>
background-color css
<style>
a { background-color: #9BAF25; }
a { background-color: rgb(155,175,37); }
div.DivClassName
{
background-color: #9BAF25;
}
.BgClassName
{
background-color: #9BAF25;
}
</style>
border-color css
<style>
span { border-color: #9BAF25; }
span { border-color: rgb(155,175,37); }
td.TdClassName
{
border-color: #9BAF25;
}
.TagClassName
{
border-color: #9BAF25;
}
</style>