#94BAA0

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

Shades of Summer Green #94BAA0

Tints of Summer Green #94BAA0

Color information

#94BAA0 (or 0x94BAA0) is unknown color: approx Summer Green. HEX triplet: 94, BA and A0. RGB value is (148,186,160). Sum of RGB (Red+Green+Blue) = 148+186+160=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #94BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BAA0 is #6B455F. Grayscale: #ABABAB. Windows color (decimal): -7030112 or 10533524. OLE color: 10533524.

HSL color Cylindrical-coordinate representation of color #94BAA0: hue angle of 138.95º degrees, saturation: 0.22, 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 #94BAA0 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB148186160-
CMYK0.2000.140.27
HSL138.95º21.59%65.49%-
HSV(B)138.95º20.43%72.94%-
XYZ36.1243.9539.84-
YUV171.67121.41111.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=29.96%
G=37.65%
B=32.39%

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
Decimal1481861600.2000.140.27138.9521.5965.49
Hex94BAA0140E1B8b1641
Octal224272240240163321326101
Binary10010100101110101010000010100011101101110001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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