#9EB950

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

Shades of Celery #9EB950

Tints of Celery #9EB950

Color information

#9EB950 (or 0x9EB950) is unknown color: approx Celery. HEX triplet: 9E, B9 and 50. RGB value is (158,185,80). Sum of RGB (Red+Green+Blue) = 158+185+80=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB950 is #6146AF. Grayscale: #A5A5A5. Windows color (decimal): -6375088 or 5290398. OLE color: 5290398.

HSL color Cylindrical-coordinate representation of color #9EB950: hue angle of 75.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EB950 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB15818580-
CMYK0.1500.570.27
HSL75.43º42.86%51.96%-
HSV(B)75.43º56.76%72.55%-
XYZ32.942.5514.07-
YUV164.9680.05123.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=37.35%
G=43.74%
B=18.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158185800.1500.570.2775.4342.8651.96
Hex9EB950F0391B4b2b34
Octal23627112017071331135364
Binary1001111010111001101000011110111001110111001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,80); }

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

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

 a { background-color: rgb(158,185,80); }

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

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

 span { border-color: rgb(158,185,80); }

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