Shades of Citrus #9CB319
Tints of Citrus #9CB319
RGB
CMYK
RGB Variations
Color information
#9CB319 (or 0x9CB319) is known color: Citrus. HEX triplet: 9C, B3 and 19. RGB value is (156,179,25). Sum of RGB (Red+Green+Blue) = 156+179+25=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB319 is #634CE6. Grayscale: #9B9B9B. Windows color (decimal): -6507751 or 1684380. OLE color: 1684380.
HSL color Cylindrical-coordinate representation of color #9CB319: hue angle of 68.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CB319 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 25 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.30 |
| HSL | 68.96º | 0.75% | 0.4% | - |
| HSV(B) | 68.96º | 0.86% | 0.7% | - |
| XYZ | 30.01 | 39.38 | 6.94 | - |
| YUV | 154.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 25 | 0.13 | 0 | 0.86 | 0.30 | 68.96 | 0.75 | 0.4 |
| Hex | 9C | B3 | 19 | D | 0 | 56 | 1E | 45 | 4B | 28 |
| Octal | 234 | 263 | 31 | 15 | 0 | 126 | 36 | 105 | 113 | 50 |
| Binary | 10011100 | 10110011 | 11001 | 1101 | 0 | 1010110 | 11110 | 1000101 | 1001011 | 101000 |
Color Harmonies of #9CB319
Complementary color
Monochromatic Colors of #9CB319
Black with #9CB319
Text Example
Text Example
White with #9CB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB319; }
p { color: rgb(156,179,25); }
H1.HeaderClassName
{
color: #9CB319;
}
.AnyTagClassName
{
color: #9CB319;
}
</style>
background-color css
<style>
a { background-color: #9CB319; }
a { background-color: rgb(156,179,25); }
div.DivClassName
{
background-color: #9CB319;
}
.BgClassName
{
background-color: #9CB319;
}
</style>
border-color css
<style>
span { border-color: #9CB319; }
span { border-color: rgb(156,179,25); }
td.TdClassName
{
border-color: #9CB319;
}
.TagClassName
{
border-color: #9CB319;
}
</style>