Shades of Citrus #9FB300
Tints of Citrus #9FB300
RGB
CMYK
RGB Variations
Color information
#9FB300 (or 0x9FB300) is known color: Citrus. HEX triplet: 9F, B3 and 00. RGB value is (159,179,0). Sum of RGB (Red+Green+Blue) = 159+179+0=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB300 is #604CFF. Grayscale: #999999. Windows color (decimal): -6311168 or 45983. OLE color: 45983.
HSL color Cylindrical-coordinate representation of color #9FB300: hue angle of 66.7º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FB300 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.30 |
| HSL | 66.7º | 1% | 0.35% | - |
| HSV(B) | 66.7º | 1% | 0.7% | - |
| XYZ | 30.42 | 39.61 | 6.04 | - |
| YUV | 152.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 0 | 0.11 | 0 | 1 | 0.30 | 66.7 | 1 | 0.35 |
| Hex | 9F | B3 | 0 | B | 0 | 64 | 1E | 43 | 64 | 23 |
| Octal | 237 | 263 | 0 | 13 | 0 | 144 | 36 | 103 | 144 | 43 |
| Binary | 10011111 | 10110011 | 0 | 1011 | 0 | 1100100 | 11110 | 1000011 | 1100100 | 100011 |
Color Harmonies of #9FB300
Complementary color
Monochromatic Colors of #9FB300
Black with #9FB300
Text Example
Text Example
White with #9FB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB300; }
p { color: rgb(159,179,0); }
H1.HeaderClassName
{
color: #9FB300;
}
.AnyTagClassName
{
color: #9FB300;
}
</style>
background-color css
<style>
a { background-color: #9FB300; }
a { background-color: rgb(159,179,0); }
div.DivClassName
{
background-color: #9FB300;
}
.BgClassName
{
background-color: #9FB300;
}
</style>
border-color css
<style>
span { border-color: #9FB300; }
span { border-color: rgb(159,179,0); }
td.TdClassName
{
border-color: #9FB300;
}
.TagClassName
{
border-color: #9FB300;
}
</style>