#94B9A0

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

Shades of Summer Green #94B9A0

Tints of Summer Green #94B9A0

Color information

#94B9A0 (or 0x94B9A0) is unknown color: approx Summer Green. HEX triplet: 94, B9 and A0. RGB value is (148,185,160). Sum of RGB (Red+Green+Blue) = 148+185+160=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #94B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B9A0 is #6B465F. Grayscale: #ABABAB. Windows color (decimal): -7030368 or 10533268. OLE color: 10533268.

HSL color Cylindrical-coordinate representation of color #94B9A0: hue angle of 139.46º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B9A0 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB148185160-
CMYK0.2000.140.27
HSL139.46º20.9%65.29%-
HSV(B)139.46º20%72.55%-
XYZ35.9143.5339.77-
YUV171.09121.74111.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=30.02%
G=37.53%
B=32.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481851600.2000.140.27139.4620.965.29
Hex94B9A0140E1B8b1541
Octal224271240240163321325101
Binary10010100101110011010000010100011101101110001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,160); }

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

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

 a { background-color: rgb(148,185,160); }

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

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

 span { border-color: rgb(148,185,160); }

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