Shades of Citron #9BA019
Tints of Citron #9BA019
RGB
CMYK
RGB Variations
Color information
#9BA019 (or 0x9BA019) is known color: Citron. HEX triplet: 9B, A0 and 19. RGB value is (155,160,25). Sum of RGB (Red+Green+Blue) = 155+160+25=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA019 is #645FE6. Grayscale: #8F8F8F. Windows color (decimal): -6578151 or 1679515. OLE color: 1679515.
HSL color Cylindrical-coordinate representation of color #9BA019: hue angle of 62.22º 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 #9BA019 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 25 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.37 |
| HSL | 62.22º | 0.73% | 0.36% | - |
| HSV(B) | 62.22º | 0.84% | 0.63% | - |
| XYZ | 26.26 | 32.18 | 5.75 | - |
| YUV | 143.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 25 | 0.03 | 0 | 0.84 | 0.37 | 62.22 | 0.73 | 0.36 |
| Hex | 9B | A0 | 19 | 3 | 0 | 54 | 25 | 3E | 49 | 24 |
| Octal | 233 | 240 | 31 | 3 | 0 | 124 | 45 | 76 | 111 | 44 |
| Binary | 10011011 | 10100000 | 11001 | 11 | 0 | 1010100 | 100101 | 111110 | 1001001 | 100100 |
Color Harmonies of #9BA019
Complementary color
Monochromatic Colors of #9BA019
Black with #9BA019
Text Example
Text Example
White with #9BA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA019; }
p { color: rgb(155,160,25); }
H1.HeaderClassName
{
color: #9BA019;
}
.AnyTagClassName
{
color: #9BA019;
}
</style>
background-color css
<style>
a { background-color: #9BA019; }
a { background-color: rgb(155,160,25); }
div.DivClassName
{
background-color: #9BA019;
}
.BgClassName
{
background-color: #9BA019;
}
</style>
border-color css
<style>
span { border-color: #9BA019; }
span { border-color: rgb(155,160,25); }
td.TdClassName
{
border-color: #9BA019;
}
.TagClassName
{
border-color: #9BA019;
}
</style>