Shades of Citrus #9FBA0D
Tints of Citrus #9FBA0D
RGB
CMYK
RGB Variations
Color information
#9FBA0D (or 0x9FBA0D) is known color: Citrus. HEX triplet: 9F, BA and 0D. RGB value is (159,186,13). Sum of RGB (Red+Green+Blue) = 159+186+13=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA0D is #6045F2. Grayscale: #9E9E9E. Windows color (decimal): -6309363 or 899743. OLE color: 899743.
HSL color Cylindrical-coordinate representation of color #9FBA0D: hue angle of 69.36º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FBA0D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 13 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.27 |
| HSL | 69.36º | 0.87% | 0.39% | - |
| HSV(B) | 69.36º | 0.93% | 0.73% | - |
| XYZ | 31.93 | 42.52 | 6.9 | - |
| YUV | 158.21 | 46.05 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 13 | 0.15 | 0 | 0.93 | 0.27 | 69.36 | 0.87 | 0.39 |
| Hex | 9F | BA | D | F | 0 | 5D | 1B | 45 | 57 | 27 |
| Octal | 237 | 272 | 15 | 17 | 0 | 135 | 33 | 105 | 127 | 47 |
| Binary | 10011111 | 10111010 | 1101 | 1111 | 0 | 1011101 | 11011 | 1000101 | 1010111 | 100111 |
Color Harmonies of #9FBA0D
Complementary color
Monochromatic Colors of #9FBA0D
Black with #9FBA0D
Text Example
Text Example
White with #9FBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA0D; }
p { color: rgb(159,186,13); }
H1.HeaderClassName
{
color: #9FBA0D;
}
.AnyTagClassName
{
color: #9FBA0D;
}
</style>
background-color css
<style>
a { background-color: #9FBA0D; }
a { background-color: rgb(159,186,13); }
div.DivClassName
{
background-color: #9FBA0D;
}
.BgClassName
{
background-color: #9FBA0D;
}
</style>
border-color css
<style>
span { border-color: #9FBA0D; }
span { border-color: rgb(159,186,13); }
td.TdClassName
{
border-color: #9FBA0D;
}
.TagClassName
{
border-color: #9FBA0D;
}
</style>