#95BCB7

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

Shades of Shadow Green #95BCB7

Tints of Shadow Green #95BCB7

Color information

#95BCB7 (or 0x95BCB7) is unknown color: approx Shadow Green. HEX triplet: 95, BC and B7. RGB value is (149,188,183). Sum of RGB (Red+Green+Blue) = 149+188+183=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #95BCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCB7 is #6A4348. Grayscale: #AFAFAF. Windows color (decimal): -6964041 or 12041365. OLE color: 12041365.

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

Color convert

RGB149188183-
CMYK0.2100.030.26
HSL172.31º22.54%66.08%-
HSV(B)172.31º20.74%73.73%-
XYZ38.9245.7751.58-
YUV175.77132.08108.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=28.65%
G=36.15%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881830.2100.030.26172.3122.5466.08
Hex95BCB715031Aac1742
Octal22527426725033225427102
Binary100101011011110010110111101010111101010101100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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