Shades of Citrus #9CCB0B
Tints of Citrus #9CCB0B
RGB
CMYK
RGB Variations
Color information
#9CCB0B (or 0x9CCB0B) is known color: Citrus. HEX triplet: 9C, CB and 0B. RGB value is (156,203,11). Sum of RGB (Red+Green+Blue) = 156+203+11=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCB0B is #6334F4. Grayscale: #A7A7A7. Windows color (decimal): -6501621 or 773020. OLE color: 773020.
HSL color Cylindrical-coordinate representation of color #9CCB0B: hue angle of 74.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CCB0B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.20 |
| HSL | 74.69º | 0.9% | 0.42% | - |
| HSV(B) | 74.69º | 0.95% | 0.8% | - |
| XYZ | 35.13 | 49.8 | 8.08 | - |
| YUV | 167.06 | 39.93 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 11 | 0.23 | 0 | 0.95 | 0.20 | 74.69 | 0.9 | 0.42 |
| Hex | 9C | CB | B | 17 | 0 | 5F | 14 | 4B | 5A | 2A |
| Octal | 234 | 313 | 13 | 27 | 0 | 137 | 24 | 113 | 132 | 52 |
| Binary | 10011100 | 11001011 | 1011 | 10111 | 0 | 1011111 | 10100 | 1001011 | 1011010 | 101010 |
Color Harmonies of #9CCB0B
Complementary color
Monochromatic Colors of #9CCB0B
Black with #9CCB0B
Text Example
Text Example
White with #9CCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB0B; }
p { color: rgb(156,203,11); }
H1.HeaderClassName
{
color: #9CCB0B;
}
.AnyTagClassName
{
color: #9CCB0B;
}
</style>
background-color css
<style>
a { background-color: #9CCB0B; }
a { background-color: rgb(156,203,11); }
div.DivClassName
{
background-color: #9CCB0B;
}
.BgClassName
{
background-color: #9CCB0B;
}
</style>
border-color css
<style>
span { border-color: #9CCB0B; }
span { border-color: rgb(156,203,11); }
td.TdClassName
{
border-color: #9CCB0B;
}
.TagClassName
{
border-color: #9CCB0B;
}
</style>