Shades of Citrus #9CB000
Tints of Citrus #9CB000
RGB
CMYK
RGB Variations
Color information
#9CB000 (or 0x9CB000) is known color: Citrus. HEX triplet: 9C, B0 and 00. RGB value is (156,176,0). Sum of RGB (Red+Green+Blue) = 156+176+0=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB000 is #634FFF. Grayscale: #969696. Windows color (decimal): -6508544 or 45212. OLE color: 45212.
HSL color Cylindrical-coordinate representation of color #9CB000: hue angle of 66.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CB000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.31 |
| HSL | 66.82º | 1% | 0.35% | - |
| HSV(B) | 66.82º | 1% | 0.69% | - |
| XYZ | 29.24 | 38.12 | 5.82 | - |
| YUV | 149.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 0 | 0.11 | 0 | 1 | 0.31 | 66.82 | 1 | 0.35 |
| Hex | 9C | B0 | 0 | B | 0 | 64 | 1F | 43 | 64 | 23 |
| Octal | 234 | 260 | 0 | 13 | 0 | 144 | 37 | 103 | 144 | 43 |
| Binary | 10011100 | 10110000 | 0 | 1011 | 0 | 1100100 | 11111 | 1000011 | 1100100 | 100011 |
Color Harmonies of #9CB000
Complementary color
Monochromatic Colors of #9CB000
Black with #9CB000
Text Example
Text Example
White with #9CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB000; }
p { color: rgb(156,176,0); }
H1.HeaderClassName
{
color: #9CB000;
}
.AnyTagClassName
{
color: #9CB000;
}
</style>
background-color css
<style>
a { background-color: #9CB000; }
a { background-color: rgb(156,176,0); }
div.DivClassName
{
background-color: #9CB000;
}
.BgClassName
{
background-color: #9CB000;
}
</style>
border-color css
<style>
span { border-color: #9CB000; }
span { border-color: rgb(156,176,0); }
td.TdClassName
{
border-color: #9CB000;
}
.TagClassName
{
border-color: #9CB000;
}
</style>