Shades of Citrus #9BBE06
Tints of Citrus #9BBE06
RGB
CMYK
RGB Variations
Color information
#9BBE06 (or 0x9BBE06) is known color: Citrus. HEX triplet: 9B, BE and 06. RGB value is (155,190,6). Sum of RGB (Red+Green+Blue) = 155+190+6=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBE06 is #6441F9. Grayscale: #9F9F9F. Windows color (decimal): -6570490 or 442011. OLE color: 442011.
HSL color Cylindrical-coordinate representation of color #9BBE06: hue angle of 71.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BBE06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.25 |
| HSL | 71.41º | 0.94% | 0.38% | - |
| HSV(B) | 71.41º | 0.97% | 0.75% | - |
| XYZ | 31.96 | 43.81 | 6.94 | - |
| YUV | 158.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 6 | 0.18 | 0 | 0.97 | 0.25 | 71.41 | 0.94 | 0.38 |
| Hex | 9B | BE | 6 | 12 | 0 | 61 | 19 | 47 | 5E | 26 |
| Octal | 233 | 276 | 6 | 22 | 0 | 141 | 31 | 107 | 136 | 46 |
| Binary | 10011011 | 10111110 | 110 | 10010 | 0 | 1100001 | 11001 | 1000111 | 1011110 | 100110 |
Color Harmonies of #9BBE06
Complementary color
Monochromatic Colors of #9BBE06
Black with #9BBE06
Text Example
Text Example
White with #9BBE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE06; }
p { color: rgb(155,190,6); }
H1.HeaderClassName
{
color: #9BBE06;
}
.AnyTagClassName
{
color: #9BBE06;
}
</style>
background-color css
<style>
a { background-color: #9BBE06; }
a { background-color: rgb(155,190,6); }
div.DivClassName
{
background-color: #9BBE06;
}
.BgClassName
{
background-color: #9BBE06;
}
</style>
border-color css
<style>
span { border-color: #9BBE06; }
span { border-color: rgb(155,190,6); }
td.TdClassName
{
border-color: #9BBE06;
}
.TagClassName
{
border-color: #9BBE06;
}
</style>