Shades of Citrus #9BB718
Tints of Citrus #9BB718
RGB
CMYK
RGB Variations
Color information
#9BB718 (or 0x9BB718) is known color: Citrus. HEX triplet: 9B, B7 and 18. RGB value is (155,183,24). Sum of RGB (Red+Green+Blue) = 155+183+24=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB718 is #6448E7. Grayscale: #9D9D9D. Windows color (decimal): -6572264 or 1619867. OLE color: 1619867.
HSL color Cylindrical-coordinate representation of color #9BB718: hue angle of 70.57º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BB718 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 24 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.28 |
| HSL | 70.57º | 0.77% | 0.41% | - |
| HSV(B) | 70.57º | 0.87% | 0.72% | - |
| XYZ | 30.62 | 40.9 | 7.15 | - |
| YUV | 156.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 24 | 0.15 | 0 | 0.87 | 0.28 | 70.57 | 0.77 | 0.41 |
| Hex | 9B | B7 | 18 | F | 0 | 57 | 1C | 47 | 4D | 29 |
| Octal | 233 | 267 | 30 | 17 | 0 | 127 | 34 | 107 | 115 | 51 |
| Binary | 10011011 | 10110111 | 11000 | 1111 | 0 | 1010111 | 11100 | 1000111 | 1001101 | 101001 |
Color Harmonies of #9BB718
Complementary color
Monochromatic Colors of #9BB718
Black with #9BB718
Text Example
Text Example
White with #9BB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB718; }
p { color: rgb(155,183,24); }
H1.HeaderClassName
{
color: #9BB718;
}
.AnyTagClassName
{
color: #9BB718;
}
</style>
background-color css
<style>
a { background-color: #9BB718; }
a { background-color: rgb(155,183,24); }
div.DivClassName
{
background-color: #9BB718;
}
.BgClassName
{
background-color: #9BB718;
}
</style>
border-color css
<style>
span { border-color: #9BB718; }
span { border-color: rgb(155,183,24); }
td.TdClassName
{
border-color: #9BB718;
}
.TagClassName
{
border-color: #9BB718;
}
</style>