Shades of Citron #9BA11C
Tints of Citron #9BA11C
RGB
CMYK
RGB Variations
Color information
#9BA11C (or 0x9BA11C) is known color: Citron. HEX triplet: 9B, A1 and 1C. RGB value is (155,161,28). Sum of RGB (Red+Green+Blue) = 155+161+28=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA11C is #645EE3. Grayscale: #909090. Windows color (decimal): -6577892 or 1876379. OLE color: 1876379.
HSL color Cylindrical-coordinate representation of color #9BA11C: hue angle of 62.71º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9BA11C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 28 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.37 |
| HSL | 62.71º | 0.7% | 0.37% | - |
| HSV(B) | 62.71º | 0.83% | 0.63% | - |
| XYZ | 26.47 | 32.54 | 5.98 | - |
| YUV | 144.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 28 | 0.04 | 0 | 0.83 | 0.37 | 62.71 | 0.7 | 0.37 |
| Hex | 9B | A1 | 1C | 4 | 0 | 53 | 25 | 3F | 46 | 25 |
| Octal | 233 | 241 | 34 | 4 | 0 | 123 | 45 | 77 | 106 | 45 |
| Binary | 10011011 | 10100001 | 11100 | 100 | 0 | 1010011 | 100101 | 111111 | 1000110 | 100101 |
Color Harmonies of #9BA11C
Complementary color
Monochromatic Colors of #9BA11C
Black with #9BA11C
Text Example
Text Example
White with #9BA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA11C; }
p { color: rgb(155,161,28); }
H1.HeaderClassName
{
color: #9BA11C;
}
.AnyTagClassName
{
color: #9BA11C;
}
</style>
background-color css
<style>
a { background-color: #9BA11C; }
a { background-color: rgb(155,161,28); }
div.DivClassName
{
background-color: #9BA11C;
}
.BgClassName
{
background-color: #9BA11C;
}
</style>
border-color css
<style>
span { border-color: #9BA11C; }
span { border-color: rgb(155,161,28); }
td.TdClassName
{
border-color: #9BA11C;
}
.TagClassName
{
border-color: #9BA11C;
}
</style>