#95BBB7

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

Shades of Shadow Green #95BBB7

Tints of Shadow Green #95BBB7

Color information

#95BBB7 (or 0x95BBB7) is unknown color: approx Shadow Green. HEX triplet: 95, BB and B7. RGB value is (149,187,183). Sum of RGB (Red+Green+Blue) = 149+187+183=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBB7 is #6A4448. Grayscale: #AFAFAF. Windows color (decimal): -6964297 or 12041109. OLE color: 12041109.

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

Color convert

RGB149187183-
CMYK0.2000.020.27
HSL173.68º21.84%65.88%-
HSV(B)173.68º20.32%73.33%-
XYZ38.7145.3551.51-
YUV175.18132.41109.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=28.71%
G=36.03%
B=35.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871830.2000.020.27173.6821.8465.88
Hex95BBB714021Bae1642
Octal22527326724023325626102
Binary100101011011101110110111101000101101110101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,183); }

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

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

 a { background-color: rgb(149,187,183); }

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

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

 span { border-color: rgb(149,187,183); }

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