Shades of Citrus #9CB50C
Tints of Citrus #9CB50C
RGB
CMYK
RGB Variations
Color information
#9CB50C (or 0x9CB50C) is known color: Citrus. HEX triplet: 9C, B5 and 0C. RGB value is (156,181,12). Sum of RGB (Red+Green+Blue) = 156+181+12=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB50C is #634AF3. Grayscale: #9A9A9A. Windows color (decimal): -6507252 or 832924. OLE color: 832924.
HSL color Cylindrical-coordinate representation of color #9CB50C: hue angle of 68.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CB50C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 12 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.29 |
| HSL | 68.88º | 0.88% | 0.38% | - |
| HSV(B) | 68.88º | 0.93% | 0.71% | - |
| XYZ | 30.3 | 40.14 | 6.5 | - |
| YUV | 154.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 12 | 0.14 | 0 | 0.93 | 0.29 | 68.88 | 0.88 | 0.38 |
| Hex | 9C | B5 | C | E | 0 | 5D | 1D | 45 | 58 | 26 |
| Octal | 234 | 265 | 14 | 16 | 0 | 135 | 35 | 105 | 130 | 46 |
| Binary | 10011100 | 10110101 | 1100 | 1110 | 0 | 1011101 | 11101 | 1000101 | 1011000 | 100110 |
Color Harmonies of #9CB50C
Complementary color
Monochromatic Colors of #9CB50C
Black with #9CB50C
Text Example
Text Example
White with #9CB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB50C; }
p { color: rgb(156,181,12); }
H1.HeaderClassName
{
color: #9CB50C;
}
.AnyTagClassName
{
color: #9CB50C;
}
</style>
background-color css
<style>
a { background-color: #9CB50C; }
a { background-color: rgb(156,181,12); }
div.DivClassName
{
background-color: #9CB50C;
}
.BgClassName
{
background-color: #9CB50C;
}
</style>
border-color css
<style>
span { border-color: #9CB50C; }
span { border-color: rgb(156,181,12); }
td.TdClassName
{
border-color: #9CB50C;
}
.TagClassName
{
border-color: #9CB50C;
}
</style>