#94BC9D

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

Shades of Summer Green #94BC9D

Tints of Summer Green #94BC9D

Color information

#94BC9D (or 0x94BC9D) is unknown color: approx Summer Green. HEX triplet: 94, BC and 9D. RGB value is (148,188,157). Sum of RGB (Red+Green+Blue) = 148+188+157=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC9D is #6B4362. Grayscale: #ACACAC. Windows color (decimal): -7029603 or 10337428. OLE color: 10337428.

HSL color Cylindrical-coordinate representation of color #94BC9D: hue angle of 133.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BC9D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB148188157-
CMYK0.2100.160.26
HSL133.5º22.99%65.88%-
HSV(B)133.5º21.28%73.73%-
XYZ36.2844.738.61-
YUV172.51119.25110.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=30.02%
G=38.13%
B=31.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881570.2100.160.26133.522.9965.88
Hex94BC9D150101A851742
Octal224274235250203220527102
Binary100101001011110010011101101010100001101010000101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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