Shades of Citron #9BA313
Tints of Citron #9BA313
RGB
CMYK
RGB Variations
Color information
#9BA313 (or 0x9BA313) is known color: Citron. HEX triplet: 9B, A3 and 13. RGB value is (155,163,19). Sum of RGB (Red+Green+Blue) = 155+163+19=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA313 is #645CEC. Grayscale: #909090. Windows color (decimal): -6577389 or 1287067. OLE color: 1287067.
HSL color Cylindrical-coordinate representation of color #9BA313: hue angle of 63.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA313 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 19 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.36 |
| HSL | 63.33º | 0.79% | 0.36% | - |
| HSV(B) | 63.33º | 0.88% | 0.64% | - |
| XYZ | 26.73 | 33.21 | 5.62 | - |
| YUV | 144.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 19 | 0.05 | 0 | 0.88 | 0.36 | 63.33 | 0.79 | 0.36 |
| Hex | 9B | A3 | 13 | 5 | 0 | 58 | 24 | 3F | 4F | 24 |
| Octal | 233 | 243 | 23 | 5 | 0 | 130 | 44 | 77 | 117 | 44 |
| Binary | 10011011 | 10100011 | 10011 | 101 | 0 | 1011000 | 100100 | 111111 | 1001111 | 100100 |
Color Harmonies of #9BA313
Complementary color
Monochromatic Colors of #9BA313
Black with #9BA313
Text Example
Text Example
White with #9BA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA313; }
p { color: rgb(155,163,19); }
H1.HeaderClassName
{
color: #9BA313;
}
.AnyTagClassName
{
color: #9BA313;
}
</style>
background-color css
<style>
a { background-color: #9BA313; }
a { background-color: rgb(155,163,19); }
div.DivClassName
{
background-color: #9BA313;
}
.BgClassName
{
background-color: #9BA313;
}
</style>
border-color css
<style>
span { border-color: #9BA313; }
span { border-color: rgb(155,163,19); }
td.TdClassName
{
border-color: #9BA313;
}
.TagClassName
{
border-color: #9BA313;
}
</style>