Shades of Citrus #9BCB0B
Tints of Citrus #9BCB0B
RGB
CMYK
RGB Variations
Color information
#9BCB0B (or 0x9BCB0B) is known color: Citrus. HEX triplet: 9B, CB and 0B. RGB value is (155,203,11). Sum of RGB (Red+Green+Blue) = 155+203+11=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCB0B is #6434F4. Grayscale: #A7A7A7. Windows color (decimal): -6567157 or 773019. OLE color: 773019.
HSL color Cylindrical-coordinate representation of color #9BCB0B: hue angle of 75º 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 #9BCB0B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.20 |
| HSL | 75º | 0.9% | 0.42% | - |
| HSV(B) | 75º | 0.95% | 0.8% | - |
| XYZ | 34.93 | 49.7 | 8.07 | - |
| YUV | 166.76 | 40.1 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 11 | 0.24 | 0 | 0.95 | 0.20 | 75 | 0.9 | 0.42 |
| Hex | 9B | CB | B | 18 | 0 | 5F | 14 | 4B | 5A | 2A |
| Octal | 233 | 313 | 13 | 30 | 0 | 137 | 24 | 113 | 132 | 52 |
| Binary | 10011011 | 11001011 | 1011 | 11000 | 0 | 1011111 | 10100 | 1001011 | 1011010 | 101010 |
Color Harmonies of #9BCB0B
Complementary color
Monochromatic Colors of #9BCB0B
Black with #9BCB0B
Text Example
Text Example
White with #9BCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB0B; }
p { color: rgb(155,203,11); }
H1.HeaderClassName
{
color: #9BCB0B;
}
.AnyTagClassName
{
color: #9BCB0B;
}
</style>
background-color css
<style>
a { background-color: #9BCB0B; }
a { background-color: rgb(155,203,11); }
div.DivClassName
{
background-color: #9BCB0B;
}
.BgClassName
{
background-color: #9BCB0B;
}
</style>
border-color css
<style>
span { border-color: #9BCB0B; }
span { border-color: rgb(155,203,11); }
td.TdClassName
{
border-color: #9BCB0B;
}
.TagClassName
{
border-color: #9BCB0B;
}
</style>