Shades of Citrus #9FBA03
Tints of Citrus #9FBA03
RGB
CMYK
RGB Variations
Color information
#9FBA03 (or 0x9FBA03) is known color: Citrus. HEX triplet: 9F, BA and 03. RGB value is (159,186,3). Sum of RGB (Red+Green+Blue) = 159+186+3=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA03 is #6045FC. Grayscale: #9D9D9D. Windows color (decimal): -6309373 or 244383. OLE color: 244383.
HSL color Cylindrical-coordinate representation of color #9FBA03: hue angle of 68.85º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FBA03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.27 |
| HSL | 68.85º | 0.97% | 0.37% | - |
| HSV(B) | 68.85º | 0.98% | 0.73% | - |
| XYZ | 31.87 | 42.5 | 6.61 | - |
| YUV | 157.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 3 | 0.15 | 0 | 0.98 | 0.27 | 68.85 | 0.97 | 0.37 |
| Hex | 9F | BA | 3 | F | 0 | 62 | 1B | 45 | 61 | 25 |
| Octal | 237 | 272 | 3 | 17 | 0 | 142 | 33 | 105 | 141 | 45 |
| Binary | 10011111 | 10111010 | 11 | 1111 | 0 | 1100010 | 11011 | 1000101 | 1100001 | 100101 |
Color Harmonies of #9FBA03
Complementary color
Monochromatic Colors of #9FBA03
Black with #9FBA03
Text Example
Text Example
White with #9FBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA03; }
p { color: rgb(159,186,3); }
H1.HeaderClassName
{
color: #9FBA03;
}
.AnyTagClassName
{
color: #9FBA03;
}
</style>
background-color css
<style>
a { background-color: #9FBA03; }
a { background-color: rgb(159,186,3); }
div.DivClassName
{
background-color: #9FBA03;
}
.BgClassName
{
background-color: #9FBA03;
}
</style>
border-color css
<style>
span { border-color: #9FBA03; }
span { border-color: rgb(159,186,3); }
td.TdClassName
{
border-color: #9FBA03;
}
.TagClassName
{
border-color: #9FBA03;
}
</style>