#94BAA1

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

Shades of Summer Green #94BAA1

Tints of Summer Green #94BAA1

Color information

#94BAA1 (or 0x94BAA1) is unknown color: approx Summer Green. HEX triplet: 94, BA and A1. RGB value is (148,186,161). Sum of RGB (Red+Green+Blue) = 148+186+161=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #94BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BAA1 is #6B455E. Grayscale: #ABABAB. Windows color (decimal): -7030111 or 10599060. OLE color: 10599060.

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

Color convert

RGB148186161-
CMYK0.2000.130.27
HSL140.53º21.59%65.49%-
HSV(B)140.53º20.43%72.94%-
XYZ36.243.9940.3-
YUV171.79121.91111.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=29.90%
G=37.58%
B=32.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861610.2000.130.27140.5321.5965.49
Hex94BAA1140D1B8d1641
Octal224272241240153321526101
Binary10010100101110101010000110100011011101110001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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