Shades of Citrus #9BB613
Tints of Citrus #9BB613
RGB
CMYK
RGB Variations
Color information
#9BB613 (or 0x9BB613) is known color: Citrus. HEX triplet: 9B, B6 and 13. RGB value is (155,182,19). Sum of RGB (Red+Green+Blue) = 155+182+19=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB613 is #6449EC. Grayscale: #9B9B9B. Windows color (decimal): -6572525 or 1291931. OLE color: 1291931.
HSL color Cylindrical-coordinate representation of color #9BB613: hue angle of 69.94º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BB613 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 182 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.29 |
| HSL | 69.94º | 0.81% | 0.39% | - |
| HSV(B) | 69.94º | 0.9% | 0.71% | - |
| XYZ | 30.36 | 40.47 | 6.83 | - |
| YUV | 155.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 19 | 0.15 | 0 | 0.90 | 0.29 | 69.94 | 0.81 | 0.39 |
| Hex | 9B | B6 | 13 | F | 0 | 5A | 1D | 46 | 51 | 27 |
| Octal | 233 | 266 | 23 | 17 | 0 | 132 | 35 | 106 | 121 | 47 |
| Binary | 10011011 | 10110110 | 10011 | 1111 | 0 | 1011010 | 11101 | 1000110 | 1010001 | 100111 |
Color Harmonies of #9BB613
Complementary color
Monochromatic Colors of #9BB613
Black with #9BB613
Text Example
Text Example
White with #9BB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB613; }
p { color: rgb(155,182,19); }
H1.HeaderClassName
{
color: #9BB613;
}
.AnyTagClassName
{
color: #9BB613;
}
</style>
background-color css
<style>
a { background-color: #9BB613; }
a { background-color: rgb(155,182,19); }
div.DivClassName
{
background-color: #9BB613;
}
.BgClassName
{
background-color: #9BB613;
}
</style>
border-color css
<style>
span { border-color: #9BB613; }
span { border-color: rgb(155,182,19); }
td.TdClassName
{
border-color: #9BB613;
}
.TagClassName
{
border-color: #9BB613;
}
</style>