Shades of Citrus #9CBA12
Tints of Citrus #9CBA12
RGB
CMYK
RGB Variations
Color information
#9CBA12 (or 0x9CBA12) is known color: Citrus. HEX triplet: 9C, BA and 12. RGB value is (156,186,18). Sum of RGB (Red+Green+Blue) = 156+186+18=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA12 is #6345ED. Grayscale: #9E9E9E. Windows color (decimal): -6505966 or 1227420. OLE color: 1227420.
HSL color Cylindrical-coordinate representation of color #9CBA12: hue angle of 70.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CBA12 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 18 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.27 |
| HSL | 70.71º | 0.82% | 0.4% | - |
| HSV(B) | 70.71º | 0.9% | 0.73% | - |
| XYZ | 31.38 | 42.23 | 7.07 | - |
| YUV | 157.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 18 | 0.16 | 0 | 0.90 | 0.27 | 70.71 | 0.82 | 0.4 |
| Hex | 9C | BA | 12 | 10 | 0 | 5A | 1B | 47 | 52 | 28 |
| Octal | 234 | 272 | 22 | 20 | 0 | 132 | 33 | 107 | 122 | 50 |
| Binary | 10011100 | 10111010 | 10010 | 10000 | 0 | 1011010 | 11011 | 1000111 | 1010010 | 101000 |
Color Harmonies of #9CBA12
Complementary color
Monochromatic Colors of #9CBA12
Black with #9CBA12
Text Example
Text Example
White with #9CBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA12; }
p { color: rgb(156,186,18); }
H1.HeaderClassName
{
color: #9CBA12;
}
.AnyTagClassName
{
color: #9CBA12;
}
</style>
background-color css
<style>
a { background-color: #9CBA12; }
a { background-color: rgb(156,186,18); }
div.DivClassName
{
background-color: #9CBA12;
}
.BgClassName
{
background-color: #9CBA12;
}
</style>
border-color css
<style>
span { border-color: #9CBA12; }
span { border-color: rgb(156,186,18); }
td.TdClassName
{
border-color: #9CBA12;
}
.TagClassName
{
border-color: #9CBA12;
}
</style>