Shades of Citrus #9BAF16
Tints of Citrus #9BAF16
RGB
CMYK
RGB Variations
Color information
#9BAF16 (or 0x9BAF16) is known color: Citrus. HEX triplet: 9B, AF and 16. RGB value is (155,175,22). Sum of RGB (Red+Green+Blue) = 155+175+22=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF16 is #6450E9. Grayscale: #989898. Windows color (decimal): -6574314 or 1486747. OLE color: 1486747.
HSL color Cylindrical-coordinate representation of color #9BAF16: hue angle of 67.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BAF16 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 22 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.31 |
| HSL | 67.84º | 0.78% | 0.39% | - |
| HSV(B) | 67.84º | 0.87% | 0.69% | - |
| XYZ | 28.99 | 37.69 | 6.51 | - |
| YUV | 151.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 22 | 0.11 | 0 | 0.87 | 0.31 | 67.84 | 0.78 | 0.39 |
| Hex | 9B | AF | 16 | B | 0 | 57 | 1F | 44 | 4E | 27 |
| Octal | 233 | 257 | 26 | 13 | 0 | 127 | 37 | 104 | 116 | 47 |
| Binary | 10011011 | 10101111 | 10110 | 1011 | 0 | 1010111 | 11111 | 1000100 | 1001110 | 100111 |
Color Harmonies of #9BAF16
Complementary color
Monochromatic Colors of #9BAF16
Black with #9BAF16
Text Example
Text Example
White with #9BAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF16; }
p { color: rgb(155,175,22); }
H1.HeaderClassName
{
color: #9BAF16;
}
.AnyTagClassName
{
color: #9BAF16;
}
</style>
background-color css
<style>
a { background-color: #9BAF16; }
a { background-color: rgb(155,175,22); }
div.DivClassName
{
background-color: #9BAF16;
}
.BgClassName
{
background-color: #9BAF16;
}
</style>
border-color css
<style>
span { border-color: #9BAF16; }
span { border-color: rgb(155,175,22); }
td.TdClassName
{
border-color: #9BAF16;
}
.TagClassName
{
border-color: #9BAF16;
}
</style>