Shades of Citron #9BA319
Tints of Citron #9BA319
RGB
CMYK
RGB Variations
Color information
#9BA319 (or 0x9BA319) is known color: Citron. HEX triplet: 9B, A3 and 19. RGB value is (155,163,25). Sum of RGB (Red+Green+Blue) = 155+163+25=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA319 is #645CE6. Grayscale: #919191. Windows color (decimal): -6577383 or 1680283. OLE color: 1680283.
HSL color Cylindrical-coordinate representation of color #9BA319: hue angle of 63.48º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9BA319 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 25 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.36 |
| HSL | 63.48º | 0.73% | 0.37% | - |
| HSV(B) | 63.48º | 0.85% | 0.64% | - |
| XYZ | 26.79 | 33.23 | 5.92 | - |
| YUV | 144.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 25 | 0.05 | 0 | 0.85 | 0.36 | 63.48 | 0.73 | 0.37 |
| Hex | 9B | A3 | 19 | 5 | 0 | 55 | 24 | 3F | 49 | 25 |
| Octal | 233 | 243 | 31 | 5 | 0 | 125 | 44 | 77 | 111 | 45 |
| Binary | 10011011 | 10100011 | 11001 | 101 | 0 | 1010101 | 100100 | 111111 | 1001001 | 100101 |
Color Harmonies of #9BA319
Complementary color
Monochromatic Colors of #9BA319
Black with #9BA319
Text Example
Text Example
White with #9BA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA319; }
p { color: rgb(155,163,25); }
H1.HeaderClassName
{
color: #9BA319;
}
.AnyTagClassName
{
color: #9BA319;
}
</style>
background-color css
<style>
a { background-color: #9BA319; }
a { background-color: rgb(155,163,25); }
div.DivClassName
{
background-color: #9BA319;
}
.BgClassName
{
background-color: #9BA319;
}
</style>
border-color css
<style>
span { border-color: #9BA319; }
span { border-color: rgb(155,163,25); }
td.TdClassName
{
border-color: #9BA319;
}
.TagClassName
{
border-color: #9BA319;
}
</style>