#95BFB7

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

Shades of Shadow Green #95BFB7

Tints of Shadow Green #95BFB7

Color information

#95BFB7 (or 0x95BFB7) is unknown color: approx Shadow Green. HEX triplet: 95, BF and B7. RGB value is (149,191,183). Sum of RGB (Red+Green+Blue) = 149+191+183=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFB7 is #6A4048. Grayscale: #B1B1B1. Windows color (decimal): -6963273 or 12042133. OLE color: 12042133.

HSL color Cylindrical-coordinate representation of color #95BFB7: hue angle of 168.57º 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 #95BFB7 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB149191183-
CMYK0.2200.040.25
HSL168.57º24.71%66.67%-
HSV(B)168.57º21.99%74.9%-
XYZ39.5747.0751.8-
YUV177.53131.09107.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=28.49%
G=36.52%
B=34.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911830.2200.040.25168.5724.7166.67
Hex95BFB7160419a91943
Octal22527726726043125131103
Binary1001010110111111101101111011001001100110101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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