Shades of Citrus #9BB90D
Tints of Citrus #9BB90D
RGB
CMYK
RGB Variations
Color information
#9BB90D (or 0x9BB90D) is known color: Citrus. HEX triplet: 9B, B9 and 0D. RGB value is (155,185,13). Sum of RGB (Red+Green+Blue) = 155+185+13=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB90D is #6446F2. Grayscale: #9D9D9D. Windows color (decimal): -6571763 or 899483. OLE color: 899483.
HSL color Cylindrical-coordinate representation of color #9BB90D: hue angle of 70.47º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BB90D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 13 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.27 |
| HSL | 70.47º | 0.87% | 0.39% | - |
| HSV(B) | 70.47º | 0.93% | 0.73% | - |
| XYZ | 30.94 | 41.7 | 6.8 | - |
| YUV | 156.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 13 | 0.16 | 0 | 0.93 | 0.27 | 70.47 | 0.87 | 0.39 |
| Hex | 9B | B9 | D | 10 | 0 | 5D | 1B | 46 | 57 | 27 |
| Octal | 233 | 271 | 15 | 20 | 0 | 135 | 33 | 106 | 127 | 47 |
| Binary | 10011011 | 10111001 | 1101 | 10000 | 0 | 1011101 | 11011 | 1000110 | 1010111 | 100111 |
Color Harmonies of #9BB90D
Complementary color
Monochromatic Colors of #9BB90D
Black with #9BB90D
Text Example
Text Example
White with #9BB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB90D; }
p { color: rgb(155,185,13); }
H1.HeaderClassName
{
color: #9BB90D;
}
.AnyTagClassName
{
color: #9BB90D;
}
</style>
background-color css
<style>
a { background-color: #9BB90D; }
a { background-color: rgb(155,185,13); }
div.DivClassName
{
background-color: #9BB90D;
}
.BgClassName
{
background-color: #9BB90D;
}
</style>
border-color css
<style>
span { border-color: #9BB90D; }
span { border-color: rgb(155,185,13); }
td.TdClassName
{
border-color: #9BB90D;
}
.TagClassName
{
border-color: #9BB90D;
}
</style>