Shades of Citrus #9BC202
Tints of Citrus #9BC202
RGB
CMYK
RGB Variations
Color information
#9BC202 (or 0x9BC202) is known color: Citrus. HEX triplet: 9B, C2 and 02. RGB value is (155,194,2). Sum of RGB (Red+Green+Blue) = 155+194+2=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC202 is #643DFD. Grayscale: #A1A1A1. Windows color (decimal): -6569470 or 180891. OLE color: 180891.
HSL color Cylindrical-coordinate representation of color #9BC202: hue angle of 72.19º degrees, saturation: 0.98, 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 #9BC202 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.24 |
| HSL | 72.19º | 0.98% | 0.38% | - |
| HSV(B) | 72.19º | 0.99% | 0.76% | - |
| XYZ | 32.82 | 45.56 | 7.12 | - |
| YUV | 160.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 2 | 0.20 | 0 | 0.99 | 0.24 | 72.19 | 0.98 | 0.38 |
| Hex | 9B | C2 | 2 | 14 | 0 | 63 | 18 | 48 | 62 | 26 |
| Octal | 233 | 302 | 2 | 24 | 0 | 143 | 30 | 110 | 142 | 46 |
| Binary | 10011011 | 11000010 | 10 | 10100 | 0 | 1100011 | 11000 | 1001000 | 1100010 | 100110 |
Color Harmonies of #9BC202
Complementary color
Monochromatic Colors of #9BC202
Black with #9BC202
Text Example
Text Example
White with #9BC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC202; }
p { color: rgb(155,194,2); }
H1.HeaderClassName
{
color: #9BC202;
}
.AnyTagClassName
{
color: #9BC202;
}
</style>
background-color css
<style>
a { background-color: #9BC202; }
a { background-color: rgb(155,194,2); }
div.DivClassName
{
background-color: #9BC202;
}
.BgClassName
{
background-color: #9BC202;
}
</style>
border-color css
<style>
span { border-color: #9BC202; }
span { border-color: rgb(155,194,2); }
td.TdClassName
{
border-color: #9BC202;
}
.TagClassName
{
border-color: #9BC202;
}
</style>