Shades of Citrus #9BBC04
Tints of Citrus #9BBC04
RGB
CMYK
RGB Variations
Color information
#9BBC04 (or 0x9BBC04) is known color: Citrus. HEX triplet: 9B, BC and 04. RGB value is (155,188,4). Sum of RGB (Red+Green+Blue) = 155+188+4=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC04 is #6443FB. Grayscale: #9D9D9D. Windows color (decimal): -6571004 or 310427. OLE color: 310427.
HSL color Cylindrical-coordinate representation of color #9BBC04: hue angle of 70.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BBC04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.26 |
| HSL | 70.76º | 0.96% | 0.38% | - |
| HSV(B) | 70.76º | 0.98% | 0.74% | - |
| XYZ | 31.52 | 42.94 | 6.74 | - |
| YUV | 157.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 4 | 0.18 | 0 | 0.98 | 0.26 | 70.76 | 0.96 | 0.38 |
| Hex | 9B | BC | 4 | 12 | 0 | 62 | 1A | 47 | 60 | 26 |
| Octal | 233 | 274 | 4 | 22 | 0 | 142 | 32 | 107 | 140 | 46 |
| Binary | 10011011 | 10111100 | 100 | 10010 | 0 | 1100010 | 11010 | 1000111 | 1100000 | 100110 |
Color Harmonies of #9BBC04
Complementary color
Monochromatic Colors of #9BBC04
Black with #9BBC04
Text Example
Text Example
White with #9BBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC04; }
p { color: rgb(155,188,4); }
H1.HeaderClassName
{
color: #9BBC04;
}
.AnyTagClassName
{
color: #9BBC04;
}
</style>
background-color css
<style>
a { background-color: #9BBC04; }
a { background-color: rgb(155,188,4); }
div.DivClassName
{
background-color: #9BBC04;
}
.BgClassName
{
background-color: #9BBC04;
}
</style>
border-color css
<style>
span { border-color: #9BBC04; }
span { border-color: rgb(155,188,4); }
td.TdClassName
{
border-color: #9BBC04;
}
.TagClassName
{
border-color: #9BBC04;
}
</style>