Shades of Citrus #9BAA0A
Tints of Citrus #9BAA0A
RGB
CMYK
RGB Variations
Color information
#9BAA0A (or 0x9BAA0A) is known color: Citrus. HEX triplet: 9B, AA and 0A. RGB value is (155,170,10). Sum of RGB (Red+Green+Blue) = 155+170+10=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA0A is #6455F5. Grayscale: #939393. Windows color (decimal): -6575606 or 699035. OLE color: 699035.
HSL color Cylindrical-coordinate representation of color #9BAA0A: hue angle of 65.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BAA0A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 10 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.33 |
| HSL | 65.63º | 0.89% | 0.35% | - |
| HSV(B) | 65.63º | 0.94% | 0.67% | - |
| XYZ | 27.95 | 35.74 | 5.71 | - |
| YUV | 147.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 10 | 0.09 | 0 | 0.94 | 0.33 | 65.63 | 0.89 | 0.35 |
| Hex | 9B | AA | A | 9 | 0 | 5E | 21 | 42 | 59 | 23 |
| Octal | 233 | 252 | 12 | 11 | 0 | 136 | 41 | 102 | 131 | 43 |
| Binary | 10011011 | 10101010 | 1010 | 1001 | 0 | 1011110 | 100001 | 1000010 | 1011001 | 100011 |
Color Harmonies of #9BAA0A
Complementary color
Monochromatic Colors of #9BAA0A
Black with #9BAA0A
Text Example
Text Example
White with #9BAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA0A; }
p { color: rgb(155,170,10); }
H1.HeaderClassName
{
color: #9BAA0A;
}
.AnyTagClassName
{
color: #9BAA0A;
}
</style>
background-color css
<style>
a { background-color: #9BAA0A; }
a { background-color: rgb(155,170,10); }
div.DivClassName
{
background-color: #9BAA0A;
}
.BgClassName
{
background-color: #9BAA0A;
}
</style>
border-color css
<style>
span { border-color: #9BAA0A; }
span { border-color: rgb(155,170,10); }
td.TdClassName
{
border-color: #9BAA0A;
}
.TagClassName
{
border-color: #9BAA0A;
}
</style>