Shades of Citron #9BA11A
Tints of Citron #9BA11A
RGB
CMYK
RGB Variations
Color information
#9BA11A (or 0x9BA11A) is known color: Citron. HEX triplet: 9B, A1 and 1A. RGB value is (155,161,26). Sum of RGB (Red+Green+Blue) = 155+161+26=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA11A is #645EE5. Grayscale: #909090. Windows color (decimal): -6577894 or 1745307. OLE color: 1745307.
HSL color Cylindrical-coordinate representation of color #9BA11A: hue angle of 62.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BA11A is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 26 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.37 |
| HSL | 62.67º | 0.72% | 0.37% | - |
| HSV(B) | 62.67º | 0.84% | 0.63% | - |
| XYZ | 26.45 | 32.53 | 5.86 | - |
| YUV | 143.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 26 | 0.04 | 0 | 0.84 | 0.37 | 62.67 | 0.72 | 0.37 |
| Hex | 9B | A1 | 1A | 4 | 0 | 54 | 25 | 3F | 48 | 25 |
| Octal | 233 | 241 | 32 | 4 | 0 | 124 | 45 | 77 | 110 | 45 |
| Binary | 10011011 | 10100001 | 11010 | 100 | 0 | 1010100 | 100101 | 111111 | 1001000 | 100101 |
Color Harmonies of #9BA11A
Complementary color
Monochromatic Colors of #9BA11A
Black with #9BA11A
Text Example
Text Example
White with #9BA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA11A; }
p { color: rgb(155,161,26); }
H1.HeaderClassName
{
color: #9BA11A;
}
.AnyTagClassName
{
color: #9BA11A;
}
</style>
background-color css
<style>
a { background-color: #9BA11A; }
a { background-color: rgb(155,161,26); }
div.DivClassName
{
background-color: #9BA11A;
}
.BgClassName
{
background-color: #9BA11A;
}
</style>
border-color css
<style>
span { border-color: #9BA11A; }
span { border-color: rgb(155,161,26); }
td.TdClassName
{
border-color: #9BA11A;
}
.TagClassName
{
border-color: #9BA11A;
}
</style>