Shades of Citrus #9BB10E
Tints of Citrus #9BB10E
RGB
CMYK
RGB Variations
Color information
#9BB10E (or 0x9BB10E) is known color: Citrus. HEX triplet: 9B, B1 and 0E. RGB value is (155,177,14). Sum of RGB (Red+Green+Blue) = 155+177+14=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB10E is #644EF1. Grayscale: #989898. Windows color (decimal): -6573810 or 962971. OLE color: 962971.
HSL color Cylindrical-coordinate representation of color #9BB10E: hue angle of 68.1º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BB10E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 14 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.31 |
| HSL | 68.1º | 0.85% | 0.37% | - |
| HSV(B) | 68.1º | 0.92% | 0.69% | - |
| XYZ | 29.32 | 38.44 | 6.29 | - |
| YUV | 151.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 14 | 0.12 | 0 | 0.92 | 0.31 | 68.1 | 0.85 | 0.37 |
| Hex | 9B | B1 | E | C | 0 | 5C | 1F | 44 | 55 | 25 |
| Octal | 233 | 261 | 16 | 14 | 0 | 134 | 37 | 104 | 125 | 45 |
| Binary | 10011011 | 10110001 | 1110 | 1100 | 0 | 1011100 | 11111 | 1000100 | 1010101 | 100101 |
Color Harmonies of #9BB10E
Complementary color
Monochromatic Colors of #9BB10E
Black with #9BB10E
Text Example
Text Example
White with #9BB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB10E; }
p { color: rgb(155,177,14); }
H1.HeaderClassName
{
color: #9BB10E;
}
.AnyTagClassName
{
color: #9BB10E;
}
</style>
background-color css
<style>
a { background-color: #9BB10E; }
a { background-color: rgb(155,177,14); }
div.DivClassName
{
background-color: #9BB10E;
}
.BgClassName
{
background-color: #9BB10E;
}
</style>
border-color css
<style>
span { border-color: #9BB10E; }
span { border-color: rgb(155,177,14); }
td.TdClassName
{
border-color: #9BB10E;
}
.TagClassName
{
border-color: #9BB10E;
}
</style>