#9FB94D

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

Shades of Celery #9FB94D

Tints of Celery #9FB94D

Color information

#9FB94D (or 0x9FB94D) is unknown color: approx Celery. HEX triplet: 9F, B9 and 4D. RGB value is (159,185,77). Sum of RGB (Red+Green+Blue) = 159+185+77=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB94D is #6046B2. Grayscale: #A5A5A5. Windows color (decimal): -6309555 or 5093791. OLE color: 5093791.

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

Color convert

RGB15918577-
CMYK0.1400.580.27
HSL74.44º43.55%51.37%-
HSV(B)74.44º58.38%72.55%-
XYZ32.9942.613.51-
YUV164.9178.39123.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=37.77%
G=43.94%
B=18.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159185770.1400.580.2774.4443.5551.37
Hex9FB94DE03A1B4a2c33
Octal23727111516072331125463
Binary1001111110111001100110111100111010110111001010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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