#94B59D

Color #94B59D Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #94B59D

Tints of Summer Green #94B59D

Color information

#94B59D (or 0x94B59D) is unknown color: approx Summer Green. HEX triplet: 94, B5 and 9D. RGB value is (148,181,157). Sum of RGB (Red+Green+Blue) = 148+181+157=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #94B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B59D is #6B4A62. Grayscale: #A8A8A8. Windows color (decimal): -7031395 or 10335636. OLE color: 10335636.

HSL color Cylindrical-coordinate representation of color #94B59D: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B59D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB148181157-
CMYK0.1800.130.29
HSL136.36º18.23%64.51%-
HSV(B)136.36º18.23%70.98%-
XYZ34.8241.7838.13-
YUV168.4121.57113.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=30.45%
G=37.24%
B=32.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811570.1800.130.29136.3618.2364.51
Hex94B59D120D1D881241
Octal224265235220153521022101
Binary10010100101101011001110110010011011110110001000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B59D; }

 p { color: rgb(148,181,157); }

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

<style>
 a { background-color: #94B59D; }

 a { background-color: rgb(148,181,157); }

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

<style>
 span { border-color: #94B59D; }

 span { border-color: rgb(148,181,157); }

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