Shades of Citrus #9CBB0A
Tints of Citrus #9CBB0A
RGB
CMYK
RGB Variations
Color information
#9CBB0A (or 0x9CBB0A) is known color: Citrus. HEX triplet: 9C, BB and 0A. RGB value is (156,187,10). Sum of RGB (Red+Green+Blue) = 156+187+10=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBB0A is #6344F5. Grayscale: #9E9E9E. Windows color (decimal): -6505718 or 703388. OLE color: 703388.
HSL color Cylindrical-coordinate representation of color #9CBB0A: hue angle of 70.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CBB0A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.27 |
| HSL | 70.51º | 0.9% | 0.39% | - |
| HSV(B) | 70.51º | 0.95% | 0.73% | - |
| XYZ | 31.54 | 42.63 | 6.85 | - |
| YUV | 157.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 10 | 0.17 | 0 | 0.95 | 0.27 | 70.51 | 0.9 | 0.39 |
| Hex | 9C | BB | A | 11 | 0 | 5F | 1B | 47 | 5A | 27 |
| Octal | 234 | 273 | 12 | 21 | 0 | 137 | 33 | 107 | 132 | 47 |
| Binary | 10011100 | 10111011 | 1010 | 10001 | 0 | 1011111 | 11011 | 1000111 | 1011010 | 100111 |
Color Harmonies of #9CBB0A
Complementary color
Monochromatic Colors of #9CBB0A
Black with #9CBB0A
Text Example
Text Example
White with #9CBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB0A; }
p { color: rgb(156,187,10); }
H1.HeaderClassName
{
color: #9CBB0A;
}
.AnyTagClassName
{
color: #9CBB0A;
}
</style>
background-color css
<style>
a { background-color: #9CBB0A; }
a { background-color: rgb(156,187,10); }
div.DivClassName
{
background-color: #9CBB0A;
}
.BgClassName
{
background-color: #9CBB0A;
}
</style>
border-color css
<style>
span { border-color: #9CBB0A; }
span { border-color: rgb(156,187,10); }
td.TdClassName
{
border-color: #9CBB0A;
}
.TagClassName
{
border-color: #9CBB0A;
}
</style>