Shades of Citrus #9CBA08
Tints of Citrus #9CBA08
RGB
CMYK
RGB Variations
Color information
#9CBA08 (or 0x9CBA08) is known color: Citrus. HEX triplet: 9C, BA and 08. RGB value is (156,186,8). Sum of RGB (Red+Green+Blue) = 156+186+8=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA08 is #6345F7. Grayscale: #9D9D9D. Windows color (decimal): -6505976 or 572060. OLE color: 572060.
HSL color Cylindrical-coordinate representation of color #9CBA08: hue angle of 70.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CBA08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.27 |
| HSL | 70.11º | 0.92% | 0.38% | - |
| HSV(B) | 70.11º | 0.96% | 0.73% | - |
| XYZ | 31.31 | 42.2 | 6.73 | - |
| YUV | 156.74 | 44.06 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 8 | 0.16 | 0 | 0.96 | 0.27 | 70.11 | 0.92 | 0.38 |
| Hex | 9C | BA | 8 | 10 | 0 | 60 | 1B | 46 | 5C | 26 |
| Octal | 234 | 272 | 10 | 20 | 0 | 140 | 33 | 106 | 134 | 46 |
| Binary | 10011100 | 10111010 | 1000 | 10000 | 0 | 1100000 | 11011 | 1000110 | 1011100 | 100110 |
Color Harmonies of #9CBA08
Complementary color
Monochromatic Colors of #9CBA08
Black with #9CBA08
Text Example
Text Example
White with #9CBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA08; }
p { color: rgb(156,186,8); }
H1.HeaderClassName
{
color: #9CBA08;
}
.AnyTagClassName
{
color: #9CBA08;
}
</style>
background-color css
<style>
a { background-color: #9CBA08; }
a { background-color: rgb(156,186,8); }
div.DivClassName
{
background-color: #9CBA08;
}
.BgClassName
{
background-color: #9CBA08;
}
</style>
border-color css
<style>
span { border-color: #9CBA08; }
span { border-color: rgb(156,186,8); }
td.TdClassName
{
border-color: #9CBA08;
}
.TagClassName
{
border-color: #9CBA08;
}
</style>