Shades of Citrus #9BC702
Tints of Citrus #9BC702
RGB
CMYK
RGB Variations
Color information
#9BC702 (or 0x9BC702) is known color: Citrus. HEX triplet: 9B, C7 and 02. RGB value is (155,199,2). Sum of RGB (Red+Green+Blue) = 155+199+2=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC702 is #6438FD. Grayscale: #A4A4A4. Windows color (decimal): -6568190 or 182171. OLE color: 182171.
HSL color Cylindrical-coordinate representation of color #9BC702: hue angle of 73.4º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC702 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.22 |
| HSL | 73.4º | 0.98% | 0.39% | - |
| HSV(B) | 73.4º | 0.99% | 0.78% | - |
| XYZ | 33.95 | 47.82 | 7.5 | - |
| YUV | 163.39 | 36.92 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 2 | 0.22 | 0 | 0.99 | 0.22 | 73.4 | 0.98 | 0.39 |
| Hex | 9B | C7 | 2 | 16 | 0 | 63 | 16 | 49 | 62 | 27 |
| Octal | 233 | 307 | 2 | 26 | 0 | 143 | 26 | 111 | 142 | 47 |
| Binary | 10011011 | 11000111 | 10 | 10110 | 0 | 1100011 | 10110 | 1001001 | 1100010 | 100111 |
Color Harmonies of #9BC702
Complementary color
Monochromatic Colors of #9BC702
Black with #9BC702
Text Example
Text Example
White with #9BC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC702; }
p { color: rgb(155,199,2); }
H1.HeaderClassName
{
color: #9BC702;
}
.AnyTagClassName
{
color: #9BC702;
}
</style>
background-color css
<style>
a { background-color: #9BC702; }
a { background-color: rgb(155,199,2); }
div.DivClassName
{
background-color: #9BC702;
}
.BgClassName
{
background-color: #9BC702;
}
</style>
border-color css
<style>
span { border-color: #9BC702; }
span { border-color: rgb(155,199,2); }
td.TdClassName
{
border-color: #9BC702;
}
.TagClassName
{
border-color: #9BC702;
}
</style>