Shades of Citron #9BA617
Tints of Citron #9BA617
RGB
CMYK
RGB Variations
Color information
#9BA617 (or 0x9BA617) is known color: Citron. HEX triplet: 9B, A6 and 17. RGB value is (155,166,23). Sum of RGB (Red+Green+Blue) = 155+166+23=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA617 is #6459E8. Grayscale: #929292. Windows color (decimal): -6576617 or 1549979. OLE color: 1549979.
HSL color Cylindrical-coordinate representation of color #9BA617: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BA617 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 23 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.35 |
| HSL | 64.62º | 0.76% | 0.37% | - |
| HSV(B) | 64.62º | 0.86% | 0.65% | - |
| XYZ | 27.31 | 34.3 | 5.99 | - |
| YUV | 146.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 23 | 0.07 | 0 | 0.86 | 0.35 | 64.62 | 0.76 | 0.37 |
| Hex | 9B | A6 | 17 | 7 | 0 | 56 | 23 | 41 | 4C | 25 |
| Octal | 233 | 246 | 27 | 7 | 0 | 126 | 43 | 101 | 114 | 45 |
| Binary | 10011011 | 10100110 | 10111 | 111 | 0 | 1010110 | 100011 | 1000001 | 1001100 | 100101 |
Color Harmonies of #9BA617
Complementary color
Monochromatic Colors of #9BA617
Black with #9BA617
Text Example
Text Example
White with #9BA617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA617; }
p { color: rgb(155,166,23); }
H1.HeaderClassName
{
color: #9BA617;
}
.AnyTagClassName
{
color: #9BA617;
}
</style>
background-color css
<style>
a { background-color: #9BA617; }
a { background-color: rgb(155,166,23); }
div.DivClassName
{
background-color: #9BA617;
}
.BgClassName
{
background-color: #9BA617;
}
</style>
border-color css
<style>
span { border-color: #9BA617; }
span { border-color: rgb(155,166,23); }
td.TdClassName
{
border-color: #9BA617;
}
.TagClassName
{
border-color: #9BA617;
}
</style>