Shades of Citrus #9BAA18
Tints of Citrus #9BAA18
RGB
CMYK
RGB Variations
Color information
#9BAA18 (or 0x9BAA18) is known color: Citrus. HEX triplet: 9B, AA and 18. RGB value is (155,170,24). Sum of RGB (Red+Green+Blue) = 155+170+24=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA18 is #6455E7. Grayscale: #959595. Windows color (decimal): -6575592 or 1616539. OLE color: 1616539.
HSL color Cylindrical-coordinate representation of color #9BAA18: hue angle of 66.16º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BAA18 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 24 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.33 |
| HSL | 66.16º | 0.75% | 0.38% | - |
| HSV(B) | 66.16º | 0.86% | 0.67% | - |
| XYZ | 28.06 | 35.78 | 6.29 | - |
| YUV | 148.87 | 57.53 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 24 | 0.09 | 0 | 0.86 | 0.33 | 66.16 | 0.75 | 0.38 |
| Hex | 9B | AA | 18 | 9 | 0 | 56 | 21 | 42 | 4B | 26 |
| Octal | 233 | 252 | 30 | 11 | 0 | 126 | 41 | 102 | 113 | 46 |
| Binary | 10011011 | 10101010 | 11000 | 1001 | 0 | 1010110 | 100001 | 1000010 | 1001011 | 100110 |
Color Harmonies of #9BAA18
Complementary color
Monochromatic Colors of #9BAA18
Black with #9BAA18
Text Example
Text Example
White with #9BAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA18; }
p { color: rgb(155,170,24); }
H1.HeaderClassName
{
color: #9BAA18;
}
.AnyTagClassName
{
color: #9BAA18;
}
</style>
background-color css
<style>
a { background-color: #9BAA18; }
a { background-color: rgb(155,170,24); }
div.DivClassName
{
background-color: #9BAA18;
}
.BgClassName
{
background-color: #9BAA18;
}
</style>
border-color css
<style>
span { border-color: #9BAA18; }
span { border-color: rgb(155,170,24); }
td.TdClassName
{
border-color: #9BAA18;
}
.TagClassName
{
border-color: #9BAA18;
}
</style>