Shades of Citrus #9BAE16
Tints of Citrus #9BAE16
RGB
CMYK
RGB Variations
Color information
#9BAE16 (or 0x9BAE16) is known color: Citrus. HEX triplet: 9B, AE and 16. RGB value is (155,174,22). Sum of RGB (Red+Green+Blue) = 155+174+22=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE16 is #6451E9. Grayscale: #979797. Windows color (decimal): -6574570 or 1486491. OLE color: 1486491.
HSL color Cylindrical-coordinate representation of color #9BAE16: hue angle of 67.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BAE16 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 22 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.32 |
| HSL | 67.5º | 0.78% | 0.38% | - |
| HSV(B) | 67.5º | 0.87% | 0.68% | - |
| XYZ | 28.8 | 37.3 | 6.44 | - |
| YUV | 150.99 | 55.21 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 22 | 0.11 | 0 | 0.87 | 0.32 | 67.5 | 0.78 | 0.38 |
| Hex | 9B | AE | 16 | B | 0 | 57 | 20 | 44 | 4E | 26 |
| Octal | 233 | 256 | 26 | 13 | 0 | 127 | 40 | 104 | 116 | 46 |
| Binary | 10011011 | 10101110 | 10110 | 1011 | 0 | 1010111 | 100000 | 1000100 | 1001110 | 100110 |
Color Harmonies of #9BAE16
Complementary color
Monochromatic Colors of #9BAE16
Black with #9BAE16
Text Example
Text Example
White with #9BAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE16; }
p { color: rgb(155,174,22); }
H1.HeaderClassName
{
color: #9BAE16;
}
.AnyTagClassName
{
color: #9BAE16;
}
</style>
background-color css
<style>
a { background-color: #9BAE16; }
a { background-color: rgb(155,174,22); }
div.DivClassName
{
background-color: #9BAE16;
}
.BgClassName
{
background-color: #9BAE16;
}
</style>
border-color css
<style>
span { border-color: #9BAE16; }
span { border-color: rgb(155,174,22); }
td.TdClassName
{
border-color: #9BAE16;
}
.TagClassName
{
border-color: #9BAE16;
}
</style>