Shades of Citrus #9CB614
Tints of Citrus #9CB614
RGB
CMYK
RGB Variations
Color information
#9CB614 (or 0x9CB614) is known color: Citrus. HEX triplet: 9C, B6 and 14. RGB value is (156,182,20). Sum of RGB (Red+Green+Blue) = 156+182+20=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB614 is #6349EB. Grayscale: #9C9C9C. Windows color (decimal): -6506988 or 1357468. OLE color: 1357468.
HSL color Cylindrical-coordinate representation of color #9CB614: hue angle of 69.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CB614 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 20 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.29 |
| HSL | 69.63º | 0.8% | 0.4% | - |
| HSV(B) | 69.63º | 0.89% | 0.71% | - |
| XYZ | 30.56 | 40.57 | 6.88 | - |
| YUV | 155.76 | 51.39 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 20 | 0.14 | 0 | 0.89 | 0.29 | 69.63 | 0.8 | 0.4 |
| Hex | 9C | B6 | 14 | E | 0 | 59 | 1D | 46 | 50 | 28 |
| Octal | 234 | 266 | 24 | 16 | 0 | 131 | 35 | 106 | 120 | 50 |
| Binary | 10011100 | 10110110 | 10100 | 1110 | 0 | 1011001 | 11101 | 1000110 | 1010000 | 101000 |
Color Harmonies of #9CB614
Complementary color
Monochromatic Colors of #9CB614
Black with #9CB614
Text Example
Text Example
White with #9CB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB614; }
p { color: rgb(156,182,20); }
H1.HeaderClassName
{
color: #9CB614;
}
.AnyTagClassName
{
color: #9CB614;
}
</style>
background-color css
<style>
a { background-color: #9CB614; }
a { background-color: rgb(156,182,20); }
div.DivClassName
{
background-color: #9CB614;
}
.BgClassName
{
background-color: #9CB614;
}
</style>
border-color css
<style>
span { border-color: #9CB614; }
span { border-color: rgb(156,182,20); }
td.TdClassName
{
border-color: #9CB614;
}
.TagClassName
{
border-color: #9CB614;
}
</style>