Shades of Citrus #9BA301
Tints of Citrus #9BA301
RGB
CMYK
RGB Variations
Color information
#9BA301 (or 0x9BA301) is known color: Citrus. HEX triplet: 9B, A3 and 01. RGB value is (155,163,1). Sum of RGB (Red+Green+Blue) = 155+163+1=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA301 is #645CFE. Grayscale: #8E8E8E. Windows color (decimal): -6577407 or 107419. OLE color: 107419.
HSL color Cylindrical-coordinate representation of color #9BA301: hue angle of 62.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BA301 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.36 |
| HSL | 62.96º | 0.99% | 0.32% | - |
| HSV(B) | 62.96º | 0.99% | 0.64% | - |
| XYZ | 26.62 | 33.17 | 5.03 | - |
| YUV | 142.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 1 | 0.05 | 0 | 0.99 | 0.36 | 62.96 | 0.99 | 0.32 |
| Hex | 9B | A3 | 1 | 5 | 0 | 63 | 24 | 3F | 63 | 20 |
| Octal | 233 | 243 | 1 | 5 | 0 | 143 | 44 | 77 | 143 | 40 |
| Binary | 10011011 | 10100011 | 1 | 101 | 0 | 1100011 | 100100 | 111111 | 1100011 | 100000 |
Color Harmonies of #9BA301
Complementary color
Monochromatic Colors of #9BA301
Black with #9BA301
Text Example
Text Example
White with #9BA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA301; }
p { color: rgb(155,163,1); }
H1.HeaderClassName
{
color: #9BA301;
}
.AnyTagClassName
{
color: #9BA301;
}
</style>
background-color css
<style>
a { background-color: #9BA301; }
a { background-color: rgb(155,163,1); }
div.DivClassName
{
background-color: #9BA301;
}
.BgClassName
{
background-color: #9BA301;
}
</style>
border-color css
<style>
span { border-color: #9BA301; }
span { border-color: rgb(155,163,1); }
td.TdClassName
{
border-color: #9BA301;
}
.TagClassName
{
border-color: #9BA301;
}
</style>