#9FB946

Color #9FB946 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #9FB946

Tints of Celery #9FB946

Color information

#9FB946 (or 0x9FB946) is unknown color: approx Celery. HEX triplet: 9F, B9 and 46. RGB value is (159,185,70). Sum of RGB (Red+Green+Blue) = 159+185+70=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB946 is #6046B9. Grayscale: #A4A4A4. Windows color (decimal): -6309562 or 4635039. OLE color: 4635039.

HSL color Cylindrical-coordinate representation of color #9FB946: hue angle of 73.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FB946 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB15918570-
CMYK0.1400.620.27
HSL73.57º45.1%50%-
HSV(B)73.57º62.16%72.55%-
XYZ32.7542.5112.27-
YUV164.1274.89124.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=38.41%
G=44.69%
B=16.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159185700.1400.620.2773.5745.150
Hex9FB946E03E1B4a2d32
Octal23727110616076331125562
Binary1001111110111001100011011100111110110111001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB946; }

 p { color: rgb(159,185,70); }

 H1.HeaderClassName
 {
   color: #9FB946;
 }
 .AnyTagClassName
 {
   color: #9FB946;
 }
</style>
background-color css

<style>
 a { background-color: #9FB946; }

 a { background-color: rgb(159,185,70); }

 div.DivClassName
 {
   background-color: #9FB946;
 }
 .BgClassName
 {
   background-color: #9FB946;
 }
</style>
border-color css

<style>
 span { border-color: #9FB946; }

 span { border-color: rgb(159,185,70); }

 td.TdClassName
 {
   border-color: #9FB946;
 }
 .TagClassName
 {
   border-color: #9FB946;
 }
</style>