Shades of Citrus #9BC902
Tints of Citrus #9BC902
RGB
CMYK
RGB Variations
Color information
#9BC902 (or 0x9BC902) is known color: Citrus. HEX triplet: 9B, C9 and 02. RGB value is (155,201,2). Sum of RGB (Red+Green+Blue) = 155+201+2=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC902 is #6436FD. Grayscale: #A5A5A5. Windows color (decimal): -6567678 or 182683. OLE color: 182683.
HSL color Cylindrical-coordinate representation of color #9BC902: hue angle of 73.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC902 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.21 |
| HSL | 73.87º | 0.98% | 0.4% | - |
| HSV(B) | 73.87º | 0.99% | 0.79% | - |
| XYZ | 34.42 | 48.75 | 7.65 | - |
| YUV | 164.56 | 36.26 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 2 | 0.23 | 0 | 0.99 | 0.21 | 73.87 | 0.98 | 0.4 |
| Hex | 9B | C9 | 2 | 17 | 0 | 63 | 15 | 4A | 62 | 28 |
| Octal | 233 | 311 | 2 | 27 | 0 | 143 | 25 | 112 | 142 | 50 |
| Binary | 10011011 | 11001001 | 10 | 10111 | 0 | 1100011 | 10101 | 1001010 | 1100010 | 101000 |
Color Harmonies of #9BC902
Complementary color
Monochromatic Colors of #9BC902
Black with #9BC902
Text Example
Text Example
White with #9BC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC902; }
p { color: rgb(155,201,2); }
H1.HeaderClassName
{
color: #9BC902;
}
.AnyTagClassName
{
color: #9BC902;
}
</style>
background-color css
<style>
a { background-color: #9BC902; }
a { background-color: rgb(155,201,2); }
div.DivClassName
{
background-color: #9BC902;
}
.BgClassName
{
background-color: #9BC902;
}
</style>
border-color css
<style>
span { border-color: #9BC902; }
span { border-color: rgb(155,201,2); }
td.TdClassName
{
border-color: #9BC902;
}
.TagClassName
{
border-color: #9BC902;
}
</style>