Shades of Citrus #9BBE0C
Tints of Citrus #9BBE0C
RGB
CMYK
RGB Variations
Color information
#9BBE0C (or 0x9BBE0C) is known color: Citrus. HEX triplet: 9B, BE and 0C. RGB value is (155,190,12). Sum of RGB (Red+Green+Blue) = 155+190+12=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBE0C is #6441F3. Grayscale: #9F9F9F. Windows color (decimal): -6570484 or 835227. OLE color: 835227.
HSL color Cylindrical-coordinate representation of color #9BBE0C: hue angle of 71.8º degrees, saturation: 0.88, 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 #9BBE0C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.25 |
| HSL | 71.8º | 0.88% | 0.4% | - |
| HSV(B) | 71.8º | 0.94% | 0.75% | - |
| XYZ | 32 | 43.82 | 7.12 | - |
| YUV | 159.24 | 44.9 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 12 | 0.18 | 0 | 0.94 | 0.25 | 71.8 | 0.88 | 0.4 |
| Hex | 9B | BE | C | 12 | 0 | 5E | 19 | 48 | 58 | 28 |
| Octal | 233 | 276 | 14 | 22 | 0 | 136 | 31 | 110 | 130 | 50 |
| Binary | 10011011 | 10111110 | 1100 | 10010 | 0 | 1011110 | 11001 | 1001000 | 1011000 | 101000 |
Color Harmonies of #9BBE0C
Complementary color
Monochromatic Colors of #9BBE0C
Black with #9BBE0C
Text Example
Text Example
White with #9BBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE0C; }
p { color: rgb(155,190,12); }
H1.HeaderClassName
{
color: #9BBE0C;
}
.AnyTagClassName
{
color: #9BBE0C;
}
</style>
background-color css
<style>
a { background-color: #9BBE0C; }
a { background-color: rgb(155,190,12); }
div.DivClassName
{
background-color: #9BBE0C;
}
.BgClassName
{
background-color: #9BBE0C;
}
</style>
border-color css
<style>
span { border-color: #9BBE0C; }
span { border-color: rgb(155,190,12); }
td.TdClassName
{
border-color: #9BBE0C;
}
.TagClassName
{
border-color: #9BBE0C;
}
</style>