#95BFB5

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

Shades of Shadow Green #95BFB5

Tints of Shadow Green #95BFB5

Color information

#95BFB5 (or 0x95BFB5) is unknown color: approx Shadow Green. HEX triplet: 95, BF and B5. RGB value is (149,191,181). Sum of RGB (Red+Green+Blue) = 149+191+181=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFB5 is #6A404A. Grayscale: #B1B1B1. Windows color (decimal): -6963275 or 11911061. OLE color: 11911061.

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

Color convert

RGB149191181-
CMYK0.2200.050.25
HSL165.71º24.71%66.67%-
HSV(B)165.71º21.99%74.9%-
XYZ39.3746.9950.71-
YUV177.3130.09107.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=28.60%
G=36.66%
B=34.74%

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
Decimal1491911810.2200.050.25165.7124.7166.67
Hex95BFB5160519a61943
Octal22527726526053124631103
Binary1001010110111111101101011011001011100110100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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