Shades of Citrus #9BBC08
Tints of Citrus #9BBC08
RGB
CMYK
RGB Variations
Color information
#9BBC08 (or 0x9BBC08) is known color: Citrus. HEX triplet: 9B, BC and 08. RGB value is (155,188,8). Sum of RGB (Red+Green+Blue) = 155+188+8=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC08 is #6443F7. Grayscale: #9E9E9E. Windows color (decimal): -6571000 or 572571. OLE color: 572571.
HSL color Cylindrical-coordinate representation of color #9BBC08: hue angle of 71º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BBC08 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.26 |
| HSL | 71º | 0.92% | 0.38% | - |
| HSV(B) | 71º | 0.96% | 0.74% | - |
| XYZ | 31.54 | 42.95 | 6.86 | - |
| YUV | 157.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 8 | 0.18 | 0 | 0.96 | 0.26 | 71 | 0.92 | 0.38 |
| Hex | 9B | BC | 8 | 12 | 0 | 60 | 1A | 47 | 5C | 26 |
| Octal | 233 | 274 | 10 | 22 | 0 | 140 | 32 | 107 | 134 | 46 |
| Binary | 10011011 | 10111100 | 1000 | 10010 | 0 | 1100000 | 11010 | 1000111 | 1011100 | 100110 |
Color Harmonies of #9BBC08
Complementary color
Monochromatic Colors of #9BBC08
Black with #9BBC08
Text Example
Text Example
White with #9BBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC08; }
p { color: rgb(155,188,8); }
H1.HeaderClassName
{
color: #9BBC08;
}
.AnyTagClassName
{
color: #9BBC08;
}
</style>
background-color css
<style>
a { background-color: #9BBC08; }
a { background-color: rgb(155,188,8); }
div.DivClassName
{
background-color: #9BBC08;
}
.BgClassName
{
background-color: #9BBC08;
}
</style>
border-color css
<style>
span { border-color: #9BBC08; }
span { border-color: rgb(155,188,8); }
td.TdClassName
{
border-color: #9BBC08;
}
.TagClassName
{
border-color: #9BBC08;
}
</style>