#95BAAE

Color #95BAAE Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #95BAAE

Tints of Shadow Green #95BAAE

Color information

#95BAAE (or 0x95BAAE) is unknown color: approx Shadow Green. HEX triplet: 95, BA and AE. RGB value is (149,186,174). Sum of RGB (Red+Green+Blue) = 149+186+174=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #95BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BAAE is #6A4551. Grayscale: #ADADAD. Windows color (decimal): -6964562 or 11451029. OLE color: 11451029.

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

Color convert

RGB149186174-
CMYK0.2000.060.27
HSL160.54º21.14%65.69%-
HSV(B)160.54º19.89%72.94%-
XYZ37.5944.5646.66-
YUV173.57128.24110.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=29.27%
G=36.54%
B=34.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861740.2000.060.27160.5421.1465.69
Hex95BAAE14061Ba11542
Octal22527225624063324125102
Binary1001010110111010101011101010001101101110100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BAAE; }

 p { color: rgb(149,186,174); }

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

<style>
 a { background-color: #95BAAE; }

 a { background-color: rgb(149,186,174); }

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

<style>
 span { border-color: #95BAAE; }

 span { border-color: rgb(149,186,174); }

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