Shades of Citrus #9BC301
Tints of Citrus #9BC301
RGB
CMYK
RGB Variations
Color information
#9BC301 (or 0x9BC301) is known color: Citrus. HEX triplet: 9B, C3 and 01. RGB value is (155,195,1). Sum of RGB (Red+Green+Blue) = 155+195+1=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC301 is #643CFE. Grayscale: #A1A1A1. Windows color (decimal): -6569215 or 115611. OLE color: 115611.
HSL color Cylindrical-coordinate representation of color #9BC301: hue angle of 72.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC301 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.24 |
| HSL | 72.37º | 0.99% | 0.38% | - |
| HSV(B) | 72.37º | 0.99% | 0.76% | - |
| XYZ | 33.04 | 46 | 7.17 | - |
| YUV | 160.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 1 | 0.21 | 0 | 0.99 | 0.24 | 72.37 | 0.99 | 0.38 |
| Hex | 9B | C3 | 1 | 15 | 0 | 63 | 18 | 48 | 63 | 26 |
| Octal | 233 | 303 | 1 | 25 | 0 | 143 | 30 | 110 | 143 | 46 |
| Binary | 10011011 | 11000011 | 1 | 10101 | 0 | 1100011 | 11000 | 1001000 | 1100011 | 100110 |
Color Harmonies of #9BC301
Complementary color
Monochromatic Colors of #9BC301
Black with #9BC301
Text Example
Text Example
White with #9BC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC301; }
p { color: rgb(155,195,1); }
H1.HeaderClassName
{
color: #9BC301;
}
.AnyTagClassName
{
color: #9BC301;
}
</style>
background-color css
<style>
a { background-color: #9BC301; }
a { background-color: rgb(155,195,1); }
div.DivClassName
{
background-color: #9BC301;
}
.BgClassName
{
background-color: #9BC301;
}
</style>
border-color css
<style>
span { border-color: #9BC301; }
span { border-color: rgb(155,195,1); }
td.TdClassName
{
border-color: #9BC301;
}
.TagClassName
{
border-color: #9BC301;
}
</style>