#95BDB7

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

Shades of Shadow Green #95BDB7

Tints of Shadow Green #95BDB7

Color information

#95BDB7 (or 0x95BDB7) is unknown color: approx Shadow Green. HEX triplet: 95, BD and B7. RGB value is (149,189,183). Sum of RGB (Red+Green+Blue) = 149+189+183=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDB7 is #6A4248. Grayscale: #B0B0B0. Windows color (decimal): -6963785 or 12041621. OLE color: 12041621.

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

Color convert

RGB149189183-
CMYK0.2100.030.26
HSL171º23.26%66.27%-
HSV(B)171º21.16%74.12%-
XYZ39.1446.251.66-
YUV176.36131.75108.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=28.60%
G=36.28%
B=35.12%

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
Decimal1491891830.2100.030.2617123.2666.27
Hex95BDB715031Aab1742
Octal22527526725033225327102
Binary100101011011110110110111101010111101010101011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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