Shades of Citrus #9CB610
Tints of Citrus #9CB610
RGB
CMYK
RGB Variations
Color information
#9CB610 (or 0x9CB610) is known color: Citrus. HEX triplet: 9C, B6 and 10. RGB value is (156,182,16). Sum of RGB (Red+Green+Blue) = 156+182+16=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB610 is #6349EF. Grayscale: #9B9B9B. Windows color (decimal): -6506992 or 1095324. OLE color: 1095324.
HSL color Cylindrical-coordinate representation of color #9CB610: hue angle of 69.4º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CB610 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 16 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.29 |
| HSL | 69.4º | 0.84% | 0.39% | - |
| HSV(B) | 69.4º | 0.91% | 0.71% | - |
| XYZ | 30.53 | 40.56 | 6.71 | - |
| YUV | 155.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 16 | 0.14 | 0 | 0.91 | 0.29 | 69.4 | 0.84 | 0.39 |
| Hex | 9C | B6 | 10 | E | 0 | 5B | 1D | 45 | 54 | 27 |
| Octal | 234 | 266 | 20 | 16 | 0 | 133 | 35 | 105 | 124 | 47 |
| Binary | 10011100 | 10110110 | 10000 | 1110 | 0 | 1011011 | 11101 | 1000101 | 1010100 | 100111 |
Color Harmonies of #9CB610
Complementary color
Monochromatic Colors of #9CB610
Black with #9CB610
Text Example
Text Example
White with #9CB610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB610; }
p { color: rgb(156,182,16); }
H1.HeaderClassName
{
color: #9CB610;
}
.AnyTagClassName
{
color: #9CB610;
}
</style>
background-color css
<style>
a { background-color: #9CB610; }
a { background-color: rgb(156,182,16); }
div.DivClassName
{
background-color: #9CB610;
}
.BgClassName
{
background-color: #9CB610;
}
</style>
border-color css
<style>
span { border-color: #9CB610; }
span { border-color: rgb(156,182,16); }
td.TdClassName
{
border-color: #9CB610;
}
.TagClassName
{
border-color: #9CB610;
}
</style>