Shades of Citron #9BA11F
Tints of Citron #9BA11F
RGB
CMYK
RGB Variations
Color information
#9BA11F (or 0x9BA11F) is known color: Citron. HEX triplet: 9B, A1 and 1F. RGB value is (155,161,31). Sum of RGB (Red+Green+Blue) = 155+161+31=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA11F is #645EE0. Grayscale: #909090. Windows color (decimal): -6577889 or 2072987. OLE color: 2072987.
HSL color Cylindrical-coordinate representation of color #9BA11F: hue angle of 62.77º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BA11F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 31 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.37 |
| HSL | 62.77º | 0.68% | 0.38% | - |
| HSV(B) | 62.77º | 0.81% | 0.63% | - |
| XYZ | 26.51 | 32.56 | 6.18 | - |
| YUV | 144.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 31 | 0.04 | 0 | 0.81 | 0.37 | 62.77 | 0.68 | 0.38 |
| Hex | 9B | A1 | 1F | 4 | 0 | 51 | 25 | 3F | 44 | 26 |
| Octal | 233 | 241 | 37 | 4 | 0 | 121 | 45 | 77 | 104 | 46 |
| Binary | 10011011 | 10100001 | 11111 | 100 | 0 | 1010001 | 100101 | 111111 | 1000100 | 100110 |
Color Harmonies of #9BA11F
Complementary color
Monochromatic Colors of #9BA11F
Black with #9BA11F
Text Example
Text Example
White with #9BA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA11F; }
p { color: rgb(155,161,31); }
H1.HeaderClassName
{
color: #9BA11F;
}
.AnyTagClassName
{
color: #9BA11F;
}
</style>
background-color css
<style>
a { background-color: #9BA11F; }
a { background-color: rgb(155,161,31); }
div.DivClassName
{
background-color: #9BA11F;
}
.BgClassName
{
background-color: #9BA11F;
}
</style>
border-color css
<style>
span { border-color: #9BA11F; }
span { border-color: rgb(155,161,31); }
td.TdClassName
{
border-color: #9BA11F;
}
.TagClassName
{
border-color: #9BA11F;
}
</style>