Shades of Citrus #9CB300
Tints of Citrus #9CB300
RGB
CMYK
RGB Variations
Color information
#9CB300 (or 0x9CB300) is known color: Citrus. HEX triplet: 9C, B3 and 00. RGB value is (156,179,0). Sum of RGB (Red+Green+Blue) = 156+179+0=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB300 is #634CFF. Grayscale: #989898. Windows color (decimal): -6507776 or 45980. OLE color: 45980.
HSL color Cylindrical-coordinate representation of color #9CB300: hue angle of 67.71º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CB300 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.30 |
| HSL | 67.71º | 1% | 0.35% | - |
| HSV(B) | 67.71º | 1% | 0.7% | - |
| XYZ | 29.83 | 39.31 | 6.01 | - |
| YUV | 151.72 | 42.38 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 0 | 0.13 | 0 | 1 | 0.30 | 67.71 | 1 | 0.35 |
| Hex | 9C | B3 | 0 | D | 0 | 64 | 1E | 44 | 64 | 23 |
| Octal | 234 | 263 | 0 | 15 | 0 | 144 | 36 | 104 | 144 | 43 |
| Binary | 10011100 | 10110011 | 0 | 1101 | 0 | 1100100 | 11110 | 1000100 | 1100100 | 100011 |
Color Harmonies of #9CB300
Complementary color
Monochromatic Colors of #9CB300
Black with #9CB300
Text Example
Text Example
White with #9CB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB300; }
p { color: rgb(156,179,0); }
H1.HeaderClassName
{
color: #9CB300;
}
.AnyTagClassName
{
color: #9CB300;
}
</style>
background-color css
<style>
a { background-color: #9CB300; }
a { background-color: rgb(156,179,0); }
div.DivClassName
{
background-color: #9CB300;
}
.BgClassName
{
background-color: #9CB300;
}
</style>
border-color css
<style>
span { border-color: #9CB300; }
span { border-color: rgb(156,179,0); }
td.TdClassName
{
border-color: #9CB300;
}
.TagClassName
{
border-color: #9CB300;
}
</style>