Shades of Citrus #9BAA00
Tints of Citrus #9BAA00
RGB
CMYK
RGB Variations
Color information
#9BAA00 (or 0x9BAA00) is known color: Citrus. HEX triplet: 9B, AA and 00. RGB value is (155,170,0). Sum of RGB (Red+Green+Blue) = 155+170+0=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA00 is #6455FF. Grayscale: #929292. Windows color (decimal): -6575616 or 43675. OLE color: 43675.
HSL color Cylindrical-coordinate representation of color #9BAA00: hue angle of 65.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BAA00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.33 |
| HSL | 65.29º | 1% | 0.33% | - |
| HSV(B) | 65.29º | 1% | 0.67% | - |
| XYZ | 27.89 | 35.72 | 5.42 | - |
| YUV | 146.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 0 | 0.09 | 0 | 1 | 0.33 | 65.29 | 1 | 0.33 |
| Hex | 9B | AA | 0 | 9 | 0 | 64 | 21 | 41 | 64 | 21 |
| Octal | 233 | 252 | 0 | 11 | 0 | 144 | 41 | 101 | 144 | 41 |
| Binary | 10011011 | 10101010 | 0 | 1001 | 0 | 1100100 | 100001 | 1000001 | 1100100 | 100001 |
Color Harmonies of #9BAA00
Complementary color
Monochromatic Colors of #9BAA00
Black with #9BAA00
Text Example
Text Example
White with #9BAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA00; }
p { color: rgb(155,170,0); }
H1.HeaderClassName
{
color: #9BAA00;
}
.AnyTagClassName
{
color: #9BAA00;
}
</style>
background-color css
<style>
a { background-color: #9BAA00; }
a { background-color: rgb(155,170,0); }
div.DivClassName
{
background-color: #9BAA00;
}
.BgClassName
{
background-color: #9BAA00;
}
</style>
border-color css
<style>
span { border-color: #9BAA00; }
span { border-color: rgb(155,170,0); }
td.TdClassName
{
border-color: #9BAA00;
}
.TagClassName
{
border-color: #9BAA00;
}
</style>