Shades of Citrus #9BAA16
Tints of Citrus #9BAA16
RGB
CMYK
RGB Variations
Color information
#9BAA16 (or 0x9BAA16) is known color: Citrus. HEX triplet: 9B, AA and 16. RGB value is (155,170,22). Sum of RGB (Red+Green+Blue) = 155+170+22=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA16 is #6455E9. Grayscale: #959595. Windows color (decimal): -6575594 or 1485467. OLE color: 1485467.
HSL color Cylindrical-coordinate representation of color #9BAA16: hue angle of 66.08º degrees, saturation: 0.77, 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 #9BAA16 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 22 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.33 |
| HSL | 66.08º | 0.77% | 0.38% | - |
| HSV(B) | 66.08º | 0.87% | 0.67% | - |
| XYZ | 28.04 | 35.78 | 6.19 | - |
| YUV | 148.64 | 56.53 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 22 | 0.09 | 0 | 0.87 | 0.33 | 66.08 | 0.77 | 0.38 |
| Hex | 9B | AA | 16 | 9 | 0 | 57 | 21 | 42 | 4D | 26 |
| Octal | 233 | 252 | 26 | 11 | 0 | 127 | 41 | 102 | 115 | 46 |
| Binary | 10011011 | 10101010 | 10110 | 1001 | 0 | 1010111 | 100001 | 1000010 | 1001101 | 100110 |
Color Harmonies of #9BAA16
Complementary color
Monochromatic Colors of #9BAA16
Black with #9BAA16
Text Example
Text Example
White with #9BAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA16; }
p { color: rgb(155,170,22); }
H1.HeaderClassName
{
color: #9BAA16;
}
.AnyTagClassName
{
color: #9BAA16;
}
</style>
background-color css
<style>
a { background-color: #9BAA16; }
a { background-color: rgb(155,170,22); }
div.DivClassName
{
background-color: #9BAA16;
}
.BgClassName
{
background-color: #9BAA16;
}
</style>
border-color css
<style>
span { border-color: #9BAA16; }
span { border-color: rgb(155,170,22); }
td.TdClassName
{
border-color: #9BAA16;
}
.TagClassName
{
border-color: #9BAA16;
}
</style>