Shades of Celery #9FB03B
Tints of Celery #9FB03B
RGB
CMYK
RGB Variations
Color information
#9FB03B (or 0x9FB03B) is known color: Celery. HEX triplet: 9F, B0 and 3B. RGB value is (159,176,59). Sum of RGB (Red+Green+Blue) = 159+176+59=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB03B is #604FC4. Grayscale: #9E9E9E. Windows color (decimal): -6311877 or 3911839. OLE color: 3911839.
HSL color Cylindrical-coordinate representation of color #9FB03B: hue angle of 68.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FB03B is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 59 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.31 |
| HSL | 68.72º | 0.5% | 0.46% | - |
| HSV(B) | 68.72º | 0.66% | 0.69% | - |
| XYZ | 30.61 | 38.74 | 10 | - |
| YUV | 157.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 59 | 0.10 | 0 | 0.66 | 0.31 | 68.72 | 0.5 | 0.46 |
| Hex | 9F | B0 | 3B | A | 0 | 42 | 1F | 45 | 32 | 2E |
| Octal | 237 | 260 | 73 | 12 | 0 | 102 | 37 | 105 | 62 | 56 |
| Binary | 10011111 | 10110000 | 111011 | 1010 | 0 | 1000010 | 11111 | 1000101 | 110010 | 101110 |
Color Harmonies of #9FB03B
Complementary color
Monochromatic Colors of #9FB03B
Black with #9FB03B
Text Example
Text Example
White with #9FB03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB03B; }
p { color: rgb(159,176,59); }
H1.HeaderClassName
{
color: #9FB03B;
}
.AnyTagClassName
{
color: #9FB03B;
}
</style>
background-color css
<style>
a { background-color: #9FB03B; }
a { background-color: rgb(159,176,59); }
div.DivClassName
{
background-color: #9FB03B;
}
.BgClassName
{
background-color: #9FB03B;
}
</style>
border-color css
<style>
span { border-color: #9FB03B; }
span { border-color: rgb(159,176,59); }
td.TdClassName
{
border-color: #9FB03B;
}
.TagClassName
{
border-color: #9FB03B;
}
</style>