#9DBC50

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

Shades of Celery #9DBC50

Tints of Celery #9DBC50

Color information

#9DBC50 (or 0x9DBC50) is unknown color: approx Celery. HEX triplet: 9D, BC and 50. RGB value is (157,188,80). Sum of RGB (Red+Green+Blue) = 157+188+80=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBC50 is #6243AF. Grayscale: #A6A6A6. Windows color (decimal): -6439856 or 5291165. OLE color: 5291165.

HSL color Cylindrical-coordinate representation of color #9DBC50: hue angle of 77.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DBC50 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB15718880-
CMYK0.1600.570.26
HSL77.22º44.63%52.55%-
HSV(B)77.22º57.45%73.73%-
XYZ33.3443.7114.27-
YUV166.4279.23121.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=36.94%
G=44.24%
B=18.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157188800.1600.570.2677.2244.6352.55
Hex9DBC50100391A4d2d35
Octal23527412020071321155565
Binary10011101101111001010000100000111001110101001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,188,80); }

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

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

 a { background-color: rgb(157,188,80); }

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

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

 span { border-color: rgb(157,188,80); }

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