Shades of Citrus #9BA006
Tints of Citrus #9BA006
RGB
CMYK
RGB Variations
Color information
#9BA006 (or 0x9BA006) is known color: Citrus. HEX triplet: 9B, A0 and 06. RGB value is (155,160,6). Sum of RGB (Red+Green+Blue) = 155+160+6=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA006 is #645FF9. Grayscale: #8D8D8D. Windows color (decimal): -6578170 or 434331. OLE color: 434331.
HSL color Cylindrical-coordinate representation of color #9BA006: hue angle of 61.95º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BA006 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 6 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.37 |
| HSL | 61.95º | 0.93% | 0.33% | - |
| HSV(B) | 61.95º | 0.96% | 0.63% | - |
| XYZ | 26.12 | 32.12 | 5 | - |
| YUV | 140.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 6 | 0.03 | 0 | 0.96 | 0.37 | 61.95 | 0.93 | 0.33 |
| Hex | 9B | A0 | 6 | 3 | 0 | 60 | 25 | 3E | 5D | 21 |
| Octal | 233 | 240 | 6 | 3 | 0 | 140 | 45 | 76 | 135 | 41 |
| Binary | 10011011 | 10100000 | 110 | 11 | 0 | 1100000 | 100101 | 111110 | 1011101 | 100001 |
Color Harmonies of #9BA006
Complementary color
Monochromatic Colors of #9BA006
Black with #9BA006
Text Example
Text Example
White with #9BA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA006; }
p { color: rgb(155,160,6); }
H1.HeaderClassName
{
color: #9BA006;
}
.AnyTagClassName
{
color: #9BA006;
}
</style>
background-color css
<style>
a { background-color: #9BA006; }
a { background-color: rgb(155,160,6); }
div.DivClassName
{
background-color: #9BA006;
}
.BgClassName
{
background-color: #9BA006;
}
</style>
border-color css
<style>
span { border-color: #9BA006; }
span { border-color: rgb(155,160,6); }
td.TdClassName
{
border-color: #9BA006;
}
.TagClassName
{
border-color: #9BA006;
}
</style>