Shades of Citrus #9FBD0F
Tints of Citrus #9FBD0F
RGB
CMYK
RGB Variations
Color information
#9FBD0F (or 0x9FBD0F) is known color: Citrus. HEX triplet: 9F, BD and 0F. RGB value is (159,189,15). Sum of RGB (Red+Green+Blue) = 159+189+15=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBD0F is #6042F0. Grayscale: #A0A0A0. Windows color (decimal): -6308593 or 1031583. OLE color: 1031583.
HSL color Cylindrical-coordinate representation of color #9FBD0F: hue angle of 70.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FBD0F is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 15 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.26 |
| HSL | 70.34º | 0.85% | 0.4% | - |
| HSV(B) | 70.34º | 0.92% | 0.74% | - |
| XYZ | 32.58 | 43.8 | 7.19 | - |
| YUV | 160.19 | 46.06 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 15 | 0.16 | 0 | 0.92 | 0.26 | 70.34 | 0.85 | 0.4 |
| Hex | 9F | BD | F | 10 | 0 | 5C | 1A | 46 | 55 | 28 |
| Octal | 237 | 275 | 17 | 20 | 0 | 134 | 32 | 106 | 125 | 50 |
| Binary | 10011111 | 10111101 | 1111 | 10000 | 0 | 1011100 | 11010 | 1000110 | 1010101 | 101000 |
Color Harmonies of #9FBD0F
Complementary color
Monochromatic Colors of #9FBD0F
Black with #9FBD0F
Text Example
Text Example
White with #9FBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD0F; }
p { color: rgb(159,189,15); }
H1.HeaderClassName
{
color: #9FBD0F;
}
.AnyTagClassName
{
color: #9FBD0F;
}
</style>
background-color css
<style>
a { background-color: #9FBD0F; }
a { background-color: rgb(159,189,15); }
div.DivClassName
{
background-color: #9FBD0F;
}
.BgClassName
{
background-color: #9FBD0F;
}
</style>
border-color css
<style>
span { border-color: #9FBD0F; }
span { border-color: rgb(159,189,15); }
td.TdClassName
{
border-color: #9FBD0F;
}
.TagClassName
{
border-color: #9FBD0F;
}
</style>