Shades of Citrus #9BBC03
Tints of Citrus #9BBC03
RGB
CMYK
RGB Variations
Color information
#9BBC03 (or 0x9BBC03) is known color: Citrus. HEX triplet: 9B, BC and 03. RGB value is (155,188,3). Sum of RGB (Red+Green+Blue) = 155+188+3=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC03 is #6443FC. Grayscale: #9D9D9D. Windows color (decimal): -6571005 or 244891. OLE color: 244891.
HSL color Cylindrical-coordinate representation of color #9BBC03: hue angle of 70.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BBC03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.26 |
| HSL | 70.7º | 0.97% | 0.37% | - |
| HSV(B) | 70.7º | 0.98% | 0.74% | - |
| XYZ | 31.52 | 42.94 | 6.71 | - |
| YUV | 157.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 3 | 0.18 | 0 | 0.98 | 0.26 | 70.7 | 0.97 | 0.37 |
| Hex | 9B | BC | 3 | 12 | 0 | 62 | 1A | 47 | 61 | 25 |
| Octal | 233 | 274 | 3 | 22 | 0 | 142 | 32 | 107 | 141 | 45 |
| Binary | 10011011 | 10111100 | 11 | 10010 | 0 | 1100010 | 11010 | 1000111 | 1100001 | 100101 |
Color Harmonies of #9BBC03
Complementary color
Monochromatic Colors of #9BBC03
Black with #9BBC03
Text Example
Text Example
White with #9BBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC03; }
p { color: rgb(155,188,3); }
H1.HeaderClassName
{
color: #9BBC03;
}
.AnyTagClassName
{
color: #9BBC03;
}
</style>
background-color css
<style>
a { background-color: #9BBC03; }
a { background-color: rgb(155,188,3); }
div.DivClassName
{
background-color: #9BBC03;
}
.BgClassName
{
background-color: #9BBC03;
}
</style>
border-color css
<style>
span { border-color: #9BBC03; }
span { border-color: rgb(155,188,3); }
td.TdClassName
{
border-color: #9BBC03;
}
.TagClassName
{
border-color: #9BBC03;
}
</style>