Shades of Citrus #9BB713
Tints of Citrus #9BB713
RGB
CMYK
RGB Variations
Color information
#9BB713 (or 0x9BB713) is known color: Citrus. HEX triplet: 9B, B7 and 13. RGB value is (155,183,19). Sum of RGB (Red+Green+Blue) = 155+183+19=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB713 is #6448EC. Grayscale: #9C9C9C. Windows color (decimal): -6572269 or 1292187. OLE color: 1292187.
HSL color Cylindrical-coordinate representation of color #9BB713: hue angle of 70.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BB713 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.28 |
| HSL | 70.24º | 0.81% | 0.4% | - |
| HSV(B) | 70.24º | 0.9% | 0.72% | - |
| XYZ | 30.57 | 40.88 | 6.9 | - |
| YUV | 155.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 19 | 0.15 | 0 | 0.90 | 0.28 | 70.24 | 0.81 | 0.4 |
| Hex | 9B | B7 | 13 | F | 0 | 5A | 1C | 46 | 51 | 28 |
| Octal | 233 | 267 | 23 | 17 | 0 | 132 | 34 | 106 | 121 | 50 |
| Binary | 10011011 | 10110111 | 10011 | 1111 | 0 | 1011010 | 11100 | 1000110 | 1010001 | 101000 |
Color Harmonies of #9BB713
Complementary color
Monochromatic Colors of #9BB713
Black with #9BB713
Text Example
Text Example
White with #9BB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB713; }
p { color: rgb(155,183,19); }
H1.HeaderClassName
{
color: #9BB713;
}
.AnyTagClassName
{
color: #9BB713;
}
</style>
background-color css
<style>
a { background-color: #9BB713; }
a { background-color: rgb(155,183,19); }
div.DivClassName
{
background-color: #9BB713;
}
.BgClassName
{
background-color: #9BB713;
}
</style>
border-color css
<style>
span { border-color: #9BB713; }
span { border-color: rgb(155,183,19); }
td.TdClassName
{
border-color: #9BB713;
}
.TagClassName
{
border-color: #9BB713;
}
</style>