#95BFB6

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

Shades of Shadow Green #95BFB6

Tints of Shadow Green #95BFB6

Color information

#95BFB6 (or 0x95BFB6) is unknown color: approx Shadow Green. HEX triplet: 95, BF and B6. RGB value is (149,191,182). Sum of RGB (Red+Green+Blue) = 149+191+182=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFB6 is #6A4049. Grayscale: #B1B1B1. Windows color (decimal): -6963274 or 11976597. OLE color: 11976597.

HSL color Cylindrical-coordinate representation of color #95BFB6: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFB6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB149191182-
CMYK0.2200.050.25
HSL167.14º24.71%66.67%-
HSV(B)167.14º21.99%74.9%-
XYZ39.4747.0351.25-
YUV177.42130.59107.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=28.54%
G=36.59%
B=34.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911820.2200.050.25167.1424.7166.67
Hex95BFB6160519a71943
Octal22527726626053124731103
Binary1001010110111111101101101011001011100110100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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