Shades of Citrus #9CBF0B
Tints of Citrus #9CBF0B
RGB
CMYK
RGB Variations
Color information
#9CBF0B (or 0x9CBF0B) is known color: Citrus. HEX triplet: 9C, BF and 0B. RGB value is (156,191,11). Sum of RGB (Red+Green+Blue) = 156+191+11=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBF0B is #6340F4. Grayscale: #A0A0A0. Windows color (decimal): -6504693 or 769948. OLE color: 769948.
HSL color Cylindrical-coordinate representation of color #9CBF0B: hue angle of 71.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CBF0B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 11 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.25 |
| HSL | 71.67º | 0.89% | 0.4% | - |
| HSV(B) | 71.67º | 0.94% | 0.75% | - |
| XYZ | 32.4 | 44.35 | 7.17 | - |
| YUV | 160.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 11 | 0.18 | 0 | 0.94 | 0.25 | 71.67 | 0.89 | 0.4 |
| Hex | 9C | BF | B | 12 | 0 | 5E | 19 | 48 | 59 | 28 |
| Octal | 234 | 277 | 13 | 22 | 0 | 136 | 31 | 110 | 131 | 50 |
| Binary | 10011100 | 10111111 | 1011 | 10010 | 0 | 1011110 | 11001 | 1001000 | 1011001 | 101000 |
Color Harmonies of #9CBF0B
Complementary color
Monochromatic Colors of #9CBF0B
Black with #9CBF0B
Text Example
Text Example
White with #9CBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF0B; }
p { color: rgb(156,191,11); }
H1.HeaderClassName
{
color: #9CBF0B;
}
.AnyTagClassName
{
color: #9CBF0B;
}
</style>
background-color css
<style>
a { background-color: #9CBF0B; }
a { background-color: rgb(156,191,11); }
div.DivClassName
{
background-color: #9CBF0B;
}
.BgClassName
{
background-color: #9CBF0B;
}
</style>
border-color css
<style>
span { border-color: #9CBF0B; }
span { border-color: rgb(156,191,11); }
td.TdClassName
{
border-color: #9CBF0B;
}
.TagClassName
{
border-color: #9CBF0B;
}
</style>