Shades of Citrus #9FB315
Tints of Citrus #9FB315
RGB
CMYK
RGB Variations
Color information
#9FB315 (or 0x9FB315) is known color: Citrus. HEX triplet: 9F, B3 and 15. RGB value is (159,179,21). Sum of RGB (Red+Green+Blue) = 159+179+21=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB315 is #604CEA. Grayscale: #9B9B9B. Windows color (decimal): -6311147 or 1422239. OLE color: 1422239.
HSL color Cylindrical-coordinate representation of color #9FB315: hue angle of 67.59º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FB315 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 21 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.30 |
| HSL | 67.59º | 0.79% | 0.39% | - |
| HSV(B) | 67.59º | 0.88% | 0.7% | - |
| XYZ | 30.55 | 39.67 | 6.76 | - |
| YUV | 155.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 21 | 0.11 | 0 | 0.88 | 0.30 | 67.59 | 0.79 | 0.39 |
| Hex | 9F | B3 | 15 | B | 0 | 58 | 1E | 44 | 4F | 27 |
| Octal | 237 | 263 | 25 | 13 | 0 | 130 | 36 | 104 | 117 | 47 |
| Binary | 10011111 | 10110011 | 10101 | 1011 | 0 | 1011000 | 11110 | 1000100 | 1001111 | 100111 |
Color Harmonies of #9FB315
Complementary color
Monochromatic Colors of #9FB315
Black with #9FB315
Text Example
Text Example
White with #9FB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB315; }
p { color: rgb(159,179,21); }
H1.HeaderClassName
{
color: #9FB315;
}
.AnyTagClassName
{
color: #9FB315;
}
</style>
background-color css
<style>
a { background-color: #9FB315; }
a { background-color: rgb(159,179,21); }
div.DivClassName
{
background-color: #9FB315;
}
.BgClassName
{
background-color: #9FB315;
}
</style>
border-color css
<style>
span { border-color: #9FB315; }
span { border-color: rgb(159,179,21); }
td.TdClassName
{
border-color: #9FB315;
}
.TagClassName
{
border-color: #9FB315;
}
</style>