Shades of Citrus #9BC206
Tints of Citrus #9BC206
RGB
CMYK
RGB Variations
Color information
#9BC206 (or 0x9BC206) is known color: Citrus. HEX triplet: 9B, C2 and 06. RGB value is (155,194,6). Sum of RGB (Red+Green+Blue) = 155+194+6=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC206 is #643DF9. Grayscale: #A1A1A1. Windows color (decimal): -6569466 or 443035. OLE color: 443035.
HSL color Cylindrical-coordinate representation of color #9BC206: hue angle of 72.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC206 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.24 |
| HSL | 72.45º | 0.94% | 0.39% | - |
| HSV(B) | 72.45º | 0.97% | 0.76% | - |
| XYZ | 32.84 | 45.57 | 7.24 | - |
| YUV | 160.91 | 40.58 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 6 | 0.20 | 0 | 0.97 | 0.24 | 72.45 | 0.94 | 0.39 |
| Hex | 9B | C2 | 6 | 14 | 0 | 61 | 18 | 48 | 5E | 27 |
| Octal | 233 | 302 | 6 | 24 | 0 | 141 | 30 | 110 | 136 | 47 |
| Binary | 10011011 | 11000010 | 110 | 10100 | 0 | 1100001 | 11000 | 1001000 | 1011110 | 100111 |
Color Harmonies of #9BC206
Complementary color
Monochromatic Colors of #9BC206
Black with #9BC206
Text Example
Text Example
White with #9BC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC206; }
p { color: rgb(155,194,6); }
H1.HeaderClassName
{
color: #9BC206;
}
.AnyTagClassName
{
color: #9BC206;
}
</style>
background-color css
<style>
a { background-color: #9BC206; }
a { background-color: rgb(155,194,6); }
div.DivClassName
{
background-color: #9BC206;
}
.BgClassName
{
background-color: #9BC206;
}
</style>
border-color css
<style>
span { border-color: #9BC206; }
span { border-color: rgb(155,194,6); }
td.TdClassName
{
border-color: #9BC206;
}
.TagClassName
{
border-color: #9BC206;
}
</style>