Shades of Citrus #9BBE01
Tints of Citrus #9BBE01
RGB
CMYK
RGB Variations
Color information
#9BBE01 (or 0x9BBE01) is known color: Citrus. HEX triplet: 9B, BE and 01. RGB value is (155,190,1). Sum of RGB (Red+Green+Blue) = 155+190+1=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBE01 is #6441FE. Grayscale: #9E9E9E. Windows color (decimal): -6570495 or 114331. OLE color: 114331.
HSL color Cylindrical-coordinate representation of color #9BBE01: hue angle of 71.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BBE01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.25 |
| HSL | 71.11º | 0.99% | 0.37% | - |
| HSV(B) | 71.11º | 0.99% | 0.75% | - |
| XYZ | 31.94 | 43.8 | 6.8 | - |
| YUV | 157.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 1 | 0.18 | 0 | 0.99 | 0.25 | 71.11 | 0.99 | 0.37 |
| Hex | 9B | BE | 1 | 12 | 0 | 63 | 19 | 47 | 63 | 25 |
| Octal | 233 | 276 | 1 | 22 | 0 | 143 | 31 | 107 | 143 | 45 |
| Binary | 10011011 | 10111110 | 1 | 10010 | 0 | 1100011 | 11001 | 1000111 | 1100011 | 100101 |
Color Harmonies of #9BBE01
Complementary color
Monochromatic Colors of #9BBE01
Black with #9BBE01
Text Example
Text Example
White with #9BBE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE01; }
p { color: rgb(155,190,1); }
H1.HeaderClassName
{
color: #9BBE01;
}
.AnyTagClassName
{
color: #9BBE01;
}
</style>
background-color css
<style>
a { background-color: #9BBE01; }
a { background-color: rgb(155,190,1); }
div.DivClassName
{
background-color: #9BBE01;
}
.BgClassName
{
background-color: #9BBE01;
}
</style>
border-color css
<style>
span { border-color: #9BBE01; }
span { border-color: rgb(155,190,1); }
td.TdClassName
{
border-color: #9BBE01;
}
.TagClassName
{
border-color: #9BBE01;
}
</style>