#95BDB6

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

Shades of Shadow Green #95BDB6

Tints of Shadow Green #95BDB6

Color information

#95BDB6 (or 0x95BDB6) is unknown color: approx Shadow Green. HEX triplet: 95, BD and B6. RGB value is (149,189,182). Sum of RGB (Red+Green+Blue) = 149+189+182=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDB6 is #6A4249. Grayscale: #B0B0B0. Windows color (decimal): -6963786 or 11976085. OLE color: 11976085.

HSL color Cylindrical-coordinate representation of color #95BDB6: hue angle of 169.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BDB6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB149189182-
CMYK0.2100.040.26
HSL169.5º23.26%66.27%-
HSV(B)169.5º21.16%74.12%-
XYZ39.0446.1651.11-
YUV176.24131.25108.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 182 (71.48% from 255) = 35%
R=28.65%
G=36.35%
B=35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891820.2100.040.26169.523.2666.27
Hex95BDB615041Aaa1742
Octal22527526625043225227102
Binary1001010110111101101101101010101001101010101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,182); }

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

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

 a { background-color: rgb(149,189,182); }

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

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

 span { border-color: rgb(149,189,182); }

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