#95BEB2

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

Shades of Shadow Green #95BEB2

Tints of Shadow Green #95BEB2

Color information

#95BEB2 (or 0x95BEB2) is unknown color: approx Shadow Green. HEX triplet: 95, BE and B2. RGB value is (149,190,178). Sum of RGB (Red+Green+Blue) = 149+190+178=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BEB2 is #6A414D. Grayscale: #B0B0B0. Windows color (decimal): -6963534 or 11714197. OLE color: 11714197.

HSL color Cylindrical-coordinate representation of color #95BEB2: hue angle of 162.44º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BEB2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB149190178-
CMYK0.2200.060.25
HSL162.44º23.98%66.47%-
HSV(B)162.44º21.58%74.51%-
XYZ38.8446.4349.03-
YUV176.37128.92108.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=28.82%
G=36.75%
B=34.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901780.2200.060.25162.4423.9866.47
Hex95BEB2160619a21842
Octal22527626226063124230102
Binary1001010110111110101100101011001101100110100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,178); }

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

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

 a { background-color: rgb(149,190,178); }

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

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

 span { border-color: rgb(149,190,178); }

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