Shades of Citrus #9BA306
Tints of Citrus #9BA306
RGB
CMYK
RGB Variations
Color information
#9BA306 (or 0x9BA306) is known color: Citrus. HEX triplet: 9B, A3 and 06. RGB value is (155,163,6). Sum of RGB (Red+Green+Blue) = 155+163+6=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA306 is #645CF9. Grayscale: #8F8F8F. Windows color (decimal): -6577402 or 435099. OLE color: 435099.
HSL color Cylindrical-coordinate representation of color #9BA306: hue angle of 63.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BA306 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 6 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.36 |
| HSL | 63.06º | 0.93% | 0.33% | - |
| HSV(B) | 63.06º | 0.96% | 0.64% | - |
| XYZ | 26.65 | 33.18 | 5.17 | - |
| YUV | 142.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 6 | 0.05 | 0 | 0.96 | 0.36 | 63.06 | 0.93 | 0.33 |
| Hex | 9B | A3 | 6 | 5 | 0 | 60 | 24 | 3F | 5D | 21 |
| Octal | 233 | 243 | 6 | 5 | 0 | 140 | 44 | 77 | 135 | 41 |
| Binary | 10011011 | 10100011 | 110 | 101 | 0 | 1100000 | 100100 | 111111 | 1011101 | 100001 |
Color Harmonies of #9BA306
Complementary color
Monochromatic Colors of #9BA306
Black with #9BA306
Text Example
Text Example
White with #9BA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA306; }
p { color: rgb(155,163,6); }
H1.HeaderClassName
{
color: #9BA306;
}
.AnyTagClassName
{
color: #9BA306;
}
</style>
background-color css
<style>
a { background-color: #9BA306; }
a { background-color: rgb(155,163,6); }
div.DivClassName
{
background-color: #9BA306;
}
.BgClassName
{
background-color: #9BA306;
}
</style>
border-color css
<style>
span { border-color: #9BA306; }
span { border-color: rgb(155,163,6); }
td.TdClassName
{
border-color: #9BA306;
}
.TagClassName
{
border-color: #9BA306;
}
</style>