Shades of Citrus #9BAC17
Tints of Citrus #9BAC17
RGB
CMYK
RGB Variations
Color information
#9BAC17 (or 0x9BAC17) is known color: Citrus. HEX triplet: 9B, AC and 17. RGB value is (155,172,23). Sum of RGB (Red+Green+Blue) = 155+172+23=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC17 is #6453E8. Grayscale: #969696. Windows color (decimal): -6575081 or 1551515. OLE color: 1551515.
HSL color Cylindrical-coordinate representation of color #9BAC17: hue angle of 66.85º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BAC17 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 23 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.33 |
| HSL | 66.85º | 0.76% | 0.38% | - |
| HSV(B) | 66.85º | 0.87% | 0.67% | - |
| XYZ | 28.42 | 36.54 | 6.36 | - |
| YUV | 149.93 | 56.37 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 23 | 0.10 | 0 | 0.87 | 0.33 | 66.85 | 0.76 | 0.38 |
| Hex | 9B | AC | 17 | A | 0 | 57 | 21 | 43 | 4C | 26 |
| Octal | 233 | 254 | 27 | 12 | 0 | 127 | 41 | 103 | 114 | 46 |
| Binary | 10011011 | 10101100 | 10111 | 1010 | 0 | 1010111 | 100001 | 1000011 | 1001100 | 100110 |
Color Harmonies of #9BAC17
Complementary color
Monochromatic Colors of #9BAC17
Black with #9BAC17
Text Example
Text Example
White with #9BAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC17; }
p { color: rgb(155,172,23); }
H1.HeaderClassName
{
color: #9BAC17;
}
.AnyTagClassName
{
color: #9BAC17;
}
</style>
background-color css
<style>
a { background-color: #9BAC17; }
a { background-color: rgb(155,172,23); }
div.DivClassName
{
background-color: #9BAC17;
}
.BgClassName
{
background-color: #9BAC17;
}
</style>
border-color css
<style>
span { border-color: #9BAC17; }
span { border-color: rgb(155,172,23); }
td.TdClassName
{
border-color: #9BAC17;
}
.TagClassName
{
border-color: #9BAC17;
}
</style>