Shades of Citrus #9BC101
Tints of Citrus #9BC101
RGB
CMYK
RGB Variations
Color information
#9BC101 (or 0x9BC101) is known color: Citrus. HEX triplet: 9B, C1 and 01. RGB value is (155,193,1). Sum of RGB (Red+Green+Blue) = 155+193+1=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC101 is #643EFE. Grayscale: #A0A0A0. Windows color (decimal): -6569727 or 115099. OLE color: 115099.
HSL color Cylindrical-coordinate representation of color #9BC101: hue angle of 71.88º 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 #9BC101 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.24 |
| HSL | 71.88º | 0.99% | 0.38% | - |
| HSV(B) | 71.88º | 0.99% | 0.76% | - |
| XYZ | 32.59 | 45.11 | 7.02 | - |
| YUV | 159.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 1 | 0.20 | 0 | 0.99 | 0.24 | 71.88 | 0.99 | 0.38 |
| Hex | 9B | C1 | 1 | 14 | 0 | 63 | 18 | 48 | 63 | 26 |
| Octal | 233 | 301 | 1 | 24 | 0 | 143 | 30 | 110 | 143 | 46 |
| Binary | 10011011 | 11000001 | 1 | 10100 | 0 | 1100011 | 11000 | 1001000 | 1100011 | 100110 |
Color Harmonies of #9BC101
Complementary color
Monochromatic Colors of #9BC101
Black with #9BC101
Text Example
Text Example
White with #9BC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC101; }
p { color: rgb(155,193,1); }
H1.HeaderClassName
{
color: #9BC101;
}
.AnyTagClassName
{
color: #9BC101;
}
</style>
background-color css
<style>
a { background-color: #9BC101; }
a { background-color: rgb(155,193,1); }
div.DivClassName
{
background-color: #9BC101;
}
.BgClassName
{
background-color: #9BC101;
}
</style>
border-color css
<style>
span { border-color: #9BC101; }
span { border-color: rgb(155,193,1); }
td.TdClassName
{
border-color: #9BC101;
}
.TagClassName
{
border-color: #9BC101;
}
</style>