Shades of Citrus #9BC610
Tints of Citrus #9BC610
RGB
CMYK
RGB Variations
Color information
#9BC610 (or 0x9BC610) is known color: Citrus. HEX triplet: 9B, C6 and 10. RGB value is (155,198,16). Sum of RGB (Red+Green+Blue) = 155+198+16=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC610 is #6439EF. Grayscale: #A5A5A5. Windows color (decimal): -6568432 or 1099419. OLE color: 1099419.
HSL color Cylindrical-coordinate representation of color #9BC610: hue angle of 74.18º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BC610 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 16 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.22 |
| HSL | 74.18º | 0.85% | 0.42% | - |
| HSV(B) | 74.18º | 0.92% | 0.78% | - |
| XYZ | 33.81 | 47.39 | 7.86 | - |
| YUV | 164.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 16 | 0.22 | 0 | 0.92 | 0.22 | 74.18 | 0.85 | 0.42 |
| Hex | 9B | C6 | 10 | 16 | 0 | 5C | 16 | 4A | 55 | 2A |
| Octal | 233 | 306 | 20 | 26 | 0 | 134 | 26 | 112 | 125 | 52 |
| Binary | 10011011 | 11000110 | 10000 | 10110 | 0 | 1011100 | 10110 | 1001010 | 1010101 | 101010 |
Color Harmonies of #9BC610
Complementary color
Monochromatic Colors of #9BC610
Black with #9BC610
Text Example
Text Example
White with #9BC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC610; }
p { color: rgb(155,198,16); }
H1.HeaderClassName
{
color: #9BC610;
}
.AnyTagClassName
{
color: #9BC610;
}
</style>
background-color css
<style>
a { background-color: #9BC610; }
a { background-color: rgb(155,198,16); }
div.DivClassName
{
background-color: #9BC610;
}
.BgClassName
{
background-color: #9BC610;
}
</style>
border-color css
<style>
span { border-color: #9BC610; }
span { border-color: rgb(155,198,16); }
td.TdClassName
{
border-color: #9BC610;
}
.TagClassName
{
border-color: #9BC610;
}
</style>