Shades of Citrus #9CB900
Tints of Citrus #9CB900
RGB
CMYK
RGB Variations
Color information
#9CB900 (or 0x9CB900) is known color: Citrus. HEX triplet: 9C, B9 and 00. RGB value is (156,185,0). Sum of RGB (Red+Green+Blue) = 156+185+0=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB900 is #6346FF. Grayscale: #9B9B9B. Windows color (decimal): -6506240 or 47516. OLE color: 47516.
HSL color Cylindrical-coordinate representation of color #9CB900: hue angle of 69.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CB900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.27 |
| HSL | 69.41º | 1% | 0.36% | - |
| HSV(B) | 69.41º | 1% | 0.73% | - |
| XYZ | 31.06 | 41.77 | 6.42 | - |
| YUV | 155.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 0 | 0.16 | 0 | 1 | 0.27 | 69.41 | 1 | 0.36 |
| Hex | 9C | B9 | 0 | 10 | 0 | 64 | 1B | 45 | 64 | 24 |
| Octal | 234 | 271 | 0 | 20 | 0 | 144 | 33 | 105 | 144 | 44 |
| Binary | 10011100 | 10111001 | 0 | 10000 | 0 | 1100100 | 11011 | 1000101 | 1100100 | 100100 |
Color Harmonies of #9CB900
Complementary color
Monochromatic Colors of #9CB900
Black with #9CB900
Text Example
Text Example
White with #9CB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB900; }
p { color: rgb(156,185,0); }
H1.HeaderClassName
{
color: #9CB900;
}
.AnyTagClassName
{
color: #9CB900;
}
</style>
background-color css
<style>
a { background-color: #9CB900; }
a { background-color: rgb(156,185,0); }
div.DivClassName
{
background-color: #9CB900;
}
.BgClassName
{
background-color: #9CB900;
}
</style>
border-color css
<style>
span { border-color: #9CB900; }
span { border-color: rgb(156,185,0); }
td.TdClassName
{
border-color: #9CB900;
}
.TagClassName
{
border-color: #9CB900;
}
</style>