Shades of Citrus #9FB706
Tints of Citrus #9FB706
RGB
CMYK
RGB Variations
Color information
#9FB706 (or 0x9FB706) is known color: Citrus. HEX triplet: 9F, B7 and 06. RGB value is (159,183,6). Sum of RGB (Red+Green+Blue) = 159+183+6=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB706 is #6048F9. Grayscale: #9C9C9C. Windows color (decimal): -6310138 or 440223. OLE color: 440223.
HSL color Cylindrical-coordinate representation of color #9FB706: hue angle of 68.14º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FB706 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.28 |
| HSL | 68.14º | 0.94% | 0.37% | - |
| HSV(B) | 68.14º | 0.97% | 0.72% | - |
| XYZ | 31.26 | 41.25 | 6.49 | - |
| YUV | 155.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 6 | 0.13 | 0 | 0.97 | 0.28 | 68.14 | 0.94 | 0.37 |
| Hex | 9F | B7 | 6 | D | 0 | 61 | 1C | 44 | 5E | 25 |
| Octal | 237 | 267 | 6 | 15 | 0 | 141 | 34 | 104 | 136 | 45 |
| Binary | 10011111 | 10110111 | 110 | 1101 | 0 | 1100001 | 11100 | 1000100 | 1011110 | 100101 |
Color Harmonies of #9FB706
Complementary color
Monochromatic Colors of #9FB706
Black with #9FB706
Text Example
Text Example
White with #9FB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB706; }
p { color: rgb(159,183,6); }
H1.HeaderClassName
{
color: #9FB706;
}
.AnyTagClassName
{
color: #9FB706;
}
</style>
background-color css
<style>
a { background-color: #9FB706; }
a { background-color: rgb(159,183,6); }
div.DivClassName
{
background-color: #9FB706;
}
.BgClassName
{
background-color: #9FB706;
}
</style>
border-color css
<style>
span { border-color: #9FB706; }
span { border-color: rgb(159,183,6); }
td.TdClassName
{
border-color: #9FB706;
}
.TagClassName
{
border-color: #9FB706;
}
</style>