#95BBB5

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

Shades of Shadow Green #95BBB5

Tints of Shadow Green #95BBB5

Color information

#95BBB5 (or 0x95BBB5) is unknown color: approx Shadow Green. HEX triplet: 95, BB and B5. RGB value is (149,187,181). Sum of RGB (Red+Green+Blue) = 149+187+181=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBB5 is #6A444A. Grayscale: #AEAEAE. Windows color (decimal): -6964299 or 11910037. OLE color: 11910037.

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

Color convert

RGB149187181-
CMYK0.2000.030.27
HSL170.53º21.84%65.88%-
HSV(B)170.53º20.32%73.33%-
XYZ38.5145.2750.42-
YUV174.95131.41109.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=28.82%
G=36.17%
B=35.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871810.2000.030.27170.5321.8465.88
Hex95BBB514031Bab1642
Octal22527326524033325326102
Binary100101011011101110110101101000111101110101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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