Shades of Citrus #9CB100
Tints of Citrus #9CB100
RGB
CMYK
RGB Variations
Color information
#9CB100 (or 0x9CB100) is known color: Citrus. HEX triplet: 9C, B1 and 00. RGB value is (156,177,0). Sum of RGB (Red+Green+Blue) = 156+177+0=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB100 is #634EFF. Grayscale: #979797. Windows color (decimal): -6508288 or 45468. OLE color: 45468.
HSL color Cylindrical-coordinate representation of color #9CB100: hue angle of 67.12º 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 #9CB100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.31 |
| HSL | 67.12º | 1% | 0.35% | - |
| HSV(B) | 67.12º | 1% | 0.69% | - |
| XYZ | 29.43 | 38.51 | 5.88 | - |
| YUV | 150.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 0 | 0.12 | 0 | 1 | 0.31 | 67.12 | 1 | 0.35 |
| Hex | 9C | B1 | 0 | C | 0 | 64 | 1F | 43 | 64 | 23 |
| Octal | 234 | 261 | 0 | 14 | 0 | 144 | 37 | 103 | 144 | 43 |
| Binary | 10011100 | 10110001 | 0 | 1100 | 0 | 1100100 | 11111 | 1000011 | 1100100 | 100011 |
Color Harmonies of #9CB100
Complementary color
Monochromatic Colors of #9CB100
Black with #9CB100
Text Example
Text Example
White with #9CB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB100; }
p { color: rgb(156,177,0); }
H1.HeaderClassName
{
color: #9CB100;
}
.AnyTagClassName
{
color: #9CB100;
}
</style>
background-color css
<style>
a { background-color: #9CB100; }
a { background-color: rgb(156,177,0); }
div.DivClassName
{
background-color: #9CB100;
}
.BgClassName
{
background-color: #9CB100;
}
</style>
border-color css
<style>
span { border-color: #9CB100; }
span { border-color: rgb(156,177,0); }
td.TdClassName
{
border-color: #9CB100;
}
.TagClassName
{
border-color: #9CB100;
}
</style>