Shades of Citrus #9CB90D
Tints of Citrus #9CB90D
RGB
CMYK
RGB Variations
Color information
#9CB90D (or 0x9CB90D) is known color: Citrus. HEX triplet: 9C, B9 and 0D. RGB value is (156,185,13). Sum of RGB (Red+Green+Blue) = 156+185+13=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB90D is #6346F2. Grayscale: #9D9D9D. Windows color (decimal): -6506227 or 899484. OLE color: 899484.
HSL color Cylindrical-coordinate representation of color #9CB90D: hue angle of 70.12º 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 #9CB90D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 13 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.27 |
| HSL | 70.12º | 0.87% | 0.39% | - |
| HSV(B) | 70.12º | 0.93% | 0.73% | - |
| XYZ | 31.13 | 41.79 | 6.81 | - |
| YUV | 156.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 13 | 0.16 | 0 | 0.93 | 0.27 | 70.12 | 0.87 | 0.39 |
| Hex | 9C | B9 | D | 10 | 0 | 5D | 1B | 46 | 57 | 27 |
| Octal | 234 | 271 | 15 | 20 | 0 | 135 | 33 | 106 | 127 | 47 |
| Binary | 10011100 | 10111001 | 1101 | 10000 | 0 | 1011101 | 11011 | 1000110 | 1010111 | 100111 |
Color Harmonies of #9CB90D
Complementary color
Monochromatic Colors of #9CB90D
Black with #9CB90D
Text Example
Text Example
White with #9CB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB90D; }
p { color: rgb(156,185,13); }
H1.HeaderClassName
{
color: #9CB90D;
}
.AnyTagClassName
{
color: #9CB90D;
}
</style>
background-color css
<style>
a { background-color: #9CB90D; }
a { background-color: rgb(156,185,13); }
div.DivClassName
{
background-color: #9CB90D;
}
.BgClassName
{
background-color: #9CB90D;
}
</style>
border-color css
<style>
span { border-color: #9CB90D; }
span { border-color: rgb(156,185,13); }
td.TdClassName
{
border-color: #9CB90D;
}
.TagClassName
{
border-color: #9CB90D;
}
</style>