Shades of Citrus #9FBD0E
Tints of Citrus #9FBD0E
RGB
CMYK
RGB Variations
Color information
#9FBD0E (or 0x9FBD0E) is known color: Citrus. HEX triplet: 9F, BD and 0E. RGB value is (159,189,14). Sum of RGB (Red+Green+Blue) = 159+189+14=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBD0E is #6042F1. Grayscale: #A0A0A0. Windows color (decimal): -6308594 or 966047. OLE color: 966047.
HSL color Cylindrical-coordinate representation of color #9FBD0E: hue angle of 70.29º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FBD0E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.26 |
| HSL | 70.29º | 0.86% | 0.4% | - |
| HSV(B) | 70.29º | 0.93% | 0.74% | - |
| XYZ | 32.57 | 43.8 | 7.15 | - |
| YUV | 160.08 | 45.56 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 14 | 0.16 | 0 | 0.93 | 0.26 | 70.29 | 0.86 | 0.4 |
| Hex | 9F | BD | E | 10 | 0 | 5D | 1A | 46 | 56 | 28 |
| Octal | 237 | 275 | 16 | 20 | 0 | 135 | 32 | 106 | 126 | 50 |
| Binary | 10011111 | 10111101 | 1110 | 10000 | 0 | 1011101 | 11010 | 1000110 | 1010110 | 101000 |
Color Harmonies of #9FBD0E
Complementary color
Monochromatic Colors of #9FBD0E
Black with #9FBD0E
Text Example
Text Example
White with #9FBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD0E; }
p { color: rgb(159,189,14); }
H1.HeaderClassName
{
color: #9FBD0E;
}
.AnyTagClassName
{
color: #9FBD0E;
}
</style>
background-color css
<style>
a { background-color: #9FBD0E; }
a { background-color: rgb(159,189,14); }
div.DivClassName
{
background-color: #9FBD0E;
}
.BgClassName
{
background-color: #9FBD0E;
}
</style>
border-color css
<style>
span { border-color: #9FBD0E; }
span { border-color: rgb(159,189,14); }
td.TdClassName
{
border-color: #9FBD0E;
}
.TagClassName
{
border-color: #9FBD0E;
}
</style>