Shades of Citrus #9BC801
Tints of Citrus #9BC801
RGB
CMYK
RGB Variations
Color information
#9BC801 (or 0x9BC801) is known color: Citrus. HEX triplet: 9B, C8 and 01. RGB value is (155,200,1). Sum of RGB (Red+Green+Blue) = 155+200+1=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC801 is #6437FE. Grayscale: #A4A4A4. Windows color (decimal): -6567935 or 116891. OLE color: 116891.
HSL color Cylindrical-coordinate representation of color #9BC801: hue angle of 73.57º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BC801 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.22 |
| HSL | 73.57º | 0.99% | 0.39% | - |
| HSV(B) | 73.57º | 1% | 0.78% | - |
| XYZ | 34.18 | 48.28 | 7.55 | - |
| YUV | 163.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 1 | 0.22 | 0 | 1.00 | 0.22 | 73.57 | 0.99 | 0.39 |
| Hex | 9B | C8 | 1 | 16 | 0 | 64 | 16 | 4A | 63 | 27 |
| Octal | 233 | 310 | 1 | 26 | 0 | 144 | 26 | 112 | 143 | 47 |
| Binary | 10011011 | 11001000 | 1 | 10110 | 0 | 1100100 | 10110 | 1001010 | 1100011 | 100111 |
Color Harmonies of #9BC801
Complementary color
Monochromatic Colors of #9BC801
Black with #9BC801
Text Example
Text Example
White with #9BC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC801; }
p { color: rgb(155,200,1); }
H1.HeaderClassName
{
color: #9BC801;
}
.AnyTagClassName
{
color: #9BC801;
}
</style>
background-color css
<style>
a { background-color: #9BC801; }
a { background-color: rgb(155,200,1); }
div.DivClassName
{
background-color: #9BC801;
}
.BgClassName
{
background-color: #9BC801;
}
</style>
border-color css
<style>
span { border-color: #9BC801; }
span { border-color: rgb(155,200,1); }
td.TdClassName
{
border-color: #9BC801;
}
.TagClassName
{
border-color: #9BC801;
}
</style>