Shades of Citrus #9CB50D
Tints of Citrus #9CB50D
RGB
CMYK
RGB Variations
Color information
#9CB50D (or 0x9CB50D) is known color: Citrus. HEX triplet: 9C, B5 and 0D. RGB value is (156,181,13). Sum of RGB (Red+Green+Blue) = 156+181+13=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB50D is #634AF2. Grayscale: #9B9B9B. Windows color (decimal): -6507251 or 898460. OLE color: 898460.
HSL color Cylindrical-coordinate representation of color #9CB50D: hue angle of 68.93º degrees, saturation: 0.87, 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 #9CB50D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 13 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.29 |
| HSL | 68.93º | 0.87% | 0.38% | - |
| HSV(B) | 68.93º | 0.93% | 0.71% | - |
| XYZ | 30.31 | 40.14 | 6.53 | - |
| YUV | 154.37 | 48.22 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 13 | 0.14 | 0 | 0.93 | 0.29 | 68.93 | 0.87 | 0.38 |
| Hex | 9C | B5 | D | E | 0 | 5D | 1D | 45 | 57 | 26 |
| Octal | 234 | 265 | 15 | 16 | 0 | 135 | 35 | 105 | 127 | 46 |
| Binary | 10011100 | 10110101 | 1101 | 1110 | 0 | 1011101 | 11101 | 1000101 | 1010111 | 100110 |
Color Harmonies of #9CB50D
Complementary color
Monochromatic Colors of #9CB50D
Black with #9CB50D
Text Example
Text Example
White with #9CB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB50D; }
p { color: rgb(156,181,13); }
H1.HeaderClassName
{
color: #9CB50D;
}
.AnyTagClassName
{
color: #9CB50D;
}
</style>
background-color css
<style>
a { background-color: #9CB50D; }
a { background-color: rgb(156,181,13); }
div.DivClassName
{
background-color: #9CB50D;
}
.BgClassName
{
background-color: #9CB50D;
}
</style>
border-color css
<style>
span { border-color: #9CB50D; }
span { border-color: rgb(156,181,13); }
td.TdClassName
{
border-color: #9CB50D;
}
.TagClassName
{
border-color: #9CB50D;
}
</style>