Shades of Citrus #9BC40B
Tints of Citrus #9BC40B
RGB
CMYK
RGB Variations
Color information
#9BC40B (or 0x9BC40B) is known color: Citrus. HEX triplet: 9B, C4 and 0B. RGB value is (155,196,11). Sum of RGB (Red+Green+Blue) = 155+196+11=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC40B is #643BF4. Grayscale: #A3A3A3. Windows color (decimal): -6568949 or 771227. OLE color: 771227.
HSL color Cylindrical-coordinate representation of color #9BC40B: hue angle of 73.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BC40B is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 11 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.23 |
| HSL | 73.3º | 0.89% | 0.41% | - |
| HSV(B) | 73.3º | 0.94% | 0.77% | - |
| XYZ | 33.32 | 46.47 | 7.53 | - |
| YUV | 162.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 11 | 0.21 | 0 | 0.94 | 0.23 | 73.3 | 0.89 | 0.41 |
| Hex | 9B | C4 | B | 15 | 0 | 5E | 17 | 49 | 59 | 29 |
| Octal | 233 | 304 | 13 | 25 | 0 | 136 | 27 | 111 | 131 | 51 |
| Binary | 10011011 | 11000100 | 1011 | 10101 | 0 | 1011110 | 10111 | 1001001 | 1011001 | 101001 |
Color Harmonies of #9BC40B
Complementary color
Monochromatic Colors of #9BC40B
Black with #9BC40B
Text Example
Text Example
White with #9BC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC40B; }
p { color: rgb(155,196,11); }
H1.HeaderClassName
{
color: #9BC40B;
}
.AnyTagClassName
{
color: #9BC40B;
}
</style>
background-color css
<style>
a { background-color: #9BC40B; }
a { background-color: rgb(155,196,11); }
div.DivClassName
{
background-color: #9BC40B;
}
.BgClassName
{
background-color: #9BC40B;
}
</style>
border-color css
<style>
span { border-color: #9BC40B; }
span { border-color: rgb(155,196,11); }
td.TdClassName
{
border-color: #9BC40B;
}
.TagClassName
{
border-color: #9BC40B;
}
</style>