Shades of Citrus #9BC502
Tints of Citrus #9BC502
RGB
CMYK
RGB Variations
Color information
#9BC502 (or 0x9BC502) is known color: Citrus. HEX triplet: 9B, C5 and 02. RGB value is (155,197,2). Sum of RGB (Red+Green+Blue) = 155+197+2=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC502 is #643AFD. Grayscale: #A2A2A2. Windows color (decimal): -6568702 or 181659. OLE color: 181659.
HSL color Cylindrical-coordinate representation of color #9BC502: hue angle of 72.92º degrees, saturation: 0.98, 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 #9BC502 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.23 |
| HSL | 72.92º | 0.98% | 0.39% | - |
| HSV(B) | 72.92º | 0.99% | 0.77% | - |
| XYZ | 33.49 | 46.91 | 7.35 | - |
| YUV | 162.21 | 37.59 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 2 | 0.21 | 0 | 0.99 | 0.23 | 72.92 | 0.98 | 0.39 |
| Hex | 9B | C5 | 2 | 15 | 0 | 63 | 17 | 49 | 62 | 27 |
| Octal | 233 | 305 | 2 | 25 | 0 | 143 | 27 | 111 | 142 | 47 |
| Binary | 10011011 | 11000101 | 10 | 10101 | 0 | 1100011 | 10111 | 1001001 | 1100010 | 100111 |
Color Harmonies of #9BC502
Complementary color
Monochromatic Colors of #9BC502
Black with #9BC502
Text Example
Text Example
White with #9BC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC502; }
p { color: rgb(155,197,2); }
H1.HeaderClassName
{
color: #9BC502;
}
.AnyTagClassName
{
color: #9BC502;
}
</style>
background-color css
<style>
a { background-color: #9BC502; }
a { background-color: rgb(155,197,2); }
div.DivClassName
{
background-color: #9BC502;
}
.BgClassName
{
background-color: #9BC502;
}
</style>
border-color css
<style>
span { border-color: #9BC502; }
span { border-color: rgb(155,197,2); }
td.TdClassName
{
border-color: #9BC502;
}
.TagClassName
{
border-color: #9BC502;
}
</style>