#95BFB4

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

Shades of Shadow Green #95BFB4

Tints of Shadow Green #95BFB4

Color information

#95BFB4 (or 0x95BFB4) is unknown color: approx Shadow Green. HEX triplet: 95, BF and B4. RGB value is (149,191,180). Sum of RGB (Red+Green+Blue) = 149+191+180=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFB4 is #6A404B. Grayscale: #B1B1B1. Windows color (decimal): -6963276 or 11845525. OLE color: 11845525.

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

Color convert

RGB149191180-
CMYK0.2200.060.25
HSL164.29º24.71%66.67%-
HSV(B)164.29º21.99%74.9%-
XYZ39.2646.9550.17-
YUV177.19129.59107.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=28.65%
G=36.73%
B=34.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911800.2200.060.25164.2924.7166.67
Hex95BFB4160619a41943
Octal22527726426063124431103
Binary1001010110111111101101001011001101100110100100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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