Shades of Citron #9BA119
Tints of Citron #9BA119
RGB
CMYK
RGB Variations
Color information
#9BA119 (or 0x9BA119) is known color: Citron. HEX triplet: 9B, A1 and 19. RGB value is (155,161,25). Sum of RGB (Red+Green+Blue) = 155+161+25=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA119 is #645EE6. Grayscale: #909090. Windows color (decimal): -6577895 or 1679771. OLE color: 1679771.
HSL color Cylindrical-coordinate representation of color #9BA119: hue angle of 62.65º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BA119 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 25 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.37 |
| HSL | 62.65º | 0.73% | 0.36% | - |
| HSV(B) | 62.65º | 0.84% | 0.63% | - |
| XYZ | 26.44 | 32.53 | 5.8 | - |
| YUV | 143.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 25 | 0.04 | 0 | 0.84 | 0.37 | 62.65 | 0.73 | 0.36 |
| Hex | 9B | A1 | 19 | 4 | 0 | 54 | 25 | 3F | 49 | 24 |
| Octal | 233 | 241 | 31 | 4 | 0 | 124 | 45 | 77 | 111 | 44 |
| Binary | 10011011 | 10100001 | 11001 | 100 | 0 | 1010100 | 100101 | 111111 | 1001001 | 100100 |
Color Harmonies of #9BA119
Complementary color
Monochromatic Colors of #9BA119
Black with #9BA119
Text Example
Text Example
White with #9BA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA119; }
p { color: rgb(155,161,25); }
H1.HeaderClassName
{
color: #9BA119;
}
.AnyTagClassName
{
color: #9BA119;
}
</style>
background-color css
<style>
a { background-color: #9BA119; }
a { background-color: rgb(155,161,25); }
div.DivClassName
{
background-color: #9BA119;
}
.BgClassName
{
background-color: #9BA119;
}
</style>
border-color css
<style>
span { border-color: #9BA119; }
span { border-color: rgb(155,161,25); }
td.TdClassName
{
border-color: #9BA119;
}
.TagClassName
{
border-color: #9BA119;
}
</style>