Shades of Citrus #99AB17
Tints of Citrus #99AB17
RGB
CMYK
RGB Variations
Color information
#99AB17 (or 0x99AB17) is known color: Citrus. HEX triplet: 99, AB and 17. RGB value is (153,171,23). Sum of RGB (Red+Green+Blue) = 153+171+23=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AB17 is #6654E8. Grayscale: #959595. Windows color (decimal): -6706409 or 1551257. OLE color: 1551257.
HSL color Cylindrical-coordinate representation of color #99AB17: hue angle of 67.3º 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 #99AB17 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 23 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.33 |
| HSL | 67.3º | 0.76% | 0.38% | - |
| HSV(B) | 67.3º | 0.87% | 0.67% | - |
| XYZ | 27.85 | 35.96 | 6.28 | - |
| YUV | 148.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 23 | 0.11 | 0 | 0.87 | 0.33 | 67.3 | 0.76 | 0.38 |
| Hex | 99 | AB | 17 | B | 0 | 57 | 21 | 43 | 4C | 26 |
| Octal | 231 | 253 | 27 | 13 | 0 | 127 | 41 | 103 | 114 | 46 |
| Binary | 10011001 | 10101011 | 10111 | 1011 | 0 | 1010111 | 100001 | 1000011 | 1001100 | 100110 |
Color Harmonies of #99AB17
Complementary color
Monochromatic Colors of #99AB17
Black with #99AB17
Text Example
Text Example
White with #99AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB17; }
p { color: rgb(153,171,23); }
H1.HeaderClassName
{
color: #99AB17;
}
.AnyTagClassName
{
color: #99AB17;
}
</style>
background-color css
<style>
a { background-color: #99AB17; }
a { background-color: rgb(153,171,23); }
div.DivClassName
{
background-color: #99AB17;
}
.BgClassName
{
background-color: #99AB17;
}
</style>
border-color css
<style>
span { border-color: #99AB17; }
span { border-color: rgb(153,171,23); }
td.TdClassName
{
border-color: #99AB17;
}
.TagClassName
{
border-color: #99AB17;
}
</style>