Shades of Citrus #9CB111
Tints of Citrus #9CB111
RGB
CMYK
RGB Variations
Color information
#9CB111 (or 0x9CB111) is known color: Citrus. HEX triplet: 9C, B1 and 11. RGB value is (156,177,17). Sum of RGB (Red+Green+Blue) = 156+177+17=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB111 is #634EEE. Grayscale: #999999. Windows color (decimal): -6508271 or 1159580. OLE color: 1159580.
HSL color Cylindrical-coordinate representation of color #9CB111: hue angle of 67.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CB111 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 17 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.31 |
| HSL | 67.88º | 0.82% | 0.38% | - |
| HSV(B) | 67.88º | 0.9% | 0.69% | - |
| XYZ | 29.53 | 38.55 | 6.42 | - |
| YUV | 152.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 17 | 0.12 | 0 | 0.90 | 0.31 | 67.88 | 0.82 | 0.38 |
| Hex | 9C | B1 | 11 | C | 0 | 5A | 1F | 44 | 52 | 26 |
| Octal | 234 | 261 | 21 | 14 | 0 | 132 | 37 | 104 | 122 | 46 |
| Binary | 10011100 | 10110001 | 10001 | 1100 | 0 | 1011010 | 11111 | 1000100 | 1010010 | 100110 |
Color Harmonies of #9CB111
Complementary color
Monochromatic Colors of #9CB111
Black with #9CB111
Text Example
Text Example
White with #9CB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB111; }
p { color: rgb(156,177,17); }
H1.HeaderClassName
{
color: #9CB111;
}
.AnyTagClassName
{
color: #9CB111;
}
</style>
background-color css
<style>
a { background-color: #9CB111; }
a { background-color: rgb(156,177,17); }
div.DivClassName
{
background-color: #9CB111;
}
.BgClassName
{
background-color: #9CB111;
}
</style>
border-color css
<style>
span { border-color: #9CB111; }
span { border-color: rgb(156,177,17); }
td.TdClassName
{
border-color: #9CB111;
}
.TagClassName
{
border-color: #9CB111;
}
</style>