Shades of Citrus #9BBE0D
Tints of Citrus #9BBE0D
RGB
CMYK
RGB Variations
Color information
#9BBE0D (or 0x9BBE0D) is known color: Citrus. HEX triplet: 9B, BE and 0D. RGB value is (155,190,13). Sum of RGB (Red+Green+Blue) = 155+190+13=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBE0D is #6441F2. Grayscale: #A0A0A0. Windows color (decimal): -6570483 or 900763. OLE color: 900763.
HSL color Cylindrical-coordinate representation of color #9BBE0D: hue angle of 71.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BBE0D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.25 |
| HSL | 71.86º | 0.87% | 0.4% | - |
| HSV(B) | 71.86º | 0.93% | 0.75% | - |
| XYZ | 32 | 43.82 | 7.15 | - |
| YUV | 159.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 13 | 0.18 | 0 | 0.93 | 0.25 | 71.86 | 0.87 | 0.4 |
| Hex | 9B | BE | D | 12 | 0 | 5D | 19 | 48 | 57 | 28 |
| Octal | 233 | 276 | 15 | 22 | 0 | 135 | 31 | 110 | 127 | 50 |
| Binary | 10011011 | 10111110 | 1101 | 10010 | 0 | 1011101 | 11001 | 1001000 | 1010111 | 101000 |
Color Harmonies of #9BBE0D
Complementary color
Monochromatic Colors of #9BBE0D
Black with #9BBE0D
Text Example
Text Example
White with #9BBE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE0D; }
p { color: rgb(155,190,13); }
H1.HeaderClassName
{
color: #9BBE0D;
}
.AnyTagClassName
{
color: #9BBE0D;
}
</style>
background-color css
<style>
a { background-color: #9BBE0D; }
a { background-color: rgb(155,190,13); }
div.DivClassName
{
background-color: #9BBE0D;
}
.BgClassName
{
background-color: #9BBE0D;
}
</style>
border-color css
<style>
span { border-color: #9BBE0D; }
span { border-color: rgb(155,190,13); }
td.TdClassName
{
border-color: #9BBE0D;
}
.TagClassName
{
border-color: #9BBE0D;
}
</style>