Shades of Citrus #9BC501
Tints of Citrus #9BC501
RGB
CMYK
RGB Variations
Color information
#9BC501 (or 0x9BC501) is known color: Citrus. HEX triplet: 9B, C5 and 01. RGB value is (155,197,1). Sum of RGB (Red+Green+Blue) = 155+197+1=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC501 is #643AFE. Grayscale: #A2A2A2. Windows color (decimal): -6568703 or 116123. OLE color: 116123.
HSL color Cylindrical-coordinate representation of color #9BC501: hue angle of 72.86º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC501 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.23 |
| HSL | 72.86º | 0.99% | 0.39% | - |
| HSV(B) | 72.86º | 0.99% | 0.77% | - |
| XYZ | 33.49 | 46.9 | 7.32 | - |
| YUV | 162.1 | 37.09 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 1 | 0.21 | 0 | 0.99 | 0.23 | 72.86 | 0.99 | 0.39 |
| Hex | 9B | C5 | 1 | 15 | 0 | 63 | 17 | 49 | 63 | 27 |
| Octal | 233 | 305 | 1 | 25 | 0 | 143 | 27 | 111 | 143 | 47 |
| Binary | 10011011 | 11000101 | 1 | 10101 | 0 | 1100011 | 10111 | 1001001 | 1100011 | 100111 |
Color Harmonies of #9BC501
Complementary color
Monochromatic Colors of #9BC501
Black with #9BC501
Text Example
Text Example
White with #9BC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC501; }
p { color: rgb(155,197,1); }
H1.HeaderClassName
{
color: #9BC501;
}
.AnyTagClassName
{
color: #9BC501;
}
</style>
background-color css
<style>
a { background-color: #9BC501; }
a { background-color: rgb(155,197,1); }
div.DivClassName
{
background-color: #9BC501;
}
.BgClassName
{
background-color: #9BC501;
}
</style>
border-color css
<style>
span { border-color: #9BC501; }
span { border-color: rgb(155,197,1); }
td.TdClassName
{
border-color: #9BC501;
}
.TagClassName
{
border-color: #9BC501;
}
</style>