#95BEB3

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

Shades of Shadow Green #95BEB3

Tints of Shadow Green #95BEB3

Color information

#95BEB3 (or 0x95BEB3) is unknown color: approx Shadow Green. HEX triplet: 95, BE and B3. RGB value is (149,190,179). Sum of RGB (Red+Green+Blue) = 149+190+179=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BEB3 is #6A414C. Grayscale: #B0B0B0. Windows color (decimal): -6963533 or 11779733. OLE color: 11779733.

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

Color convert

RGB149190179-
CMYK0.2200.060.25
HSL163.9º23.98%66.47%-
HSV(B)163.9º21.58%74.51%-
XYZ38.9446.4749.57-
YUV176.49129.42108.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=28.76%
G=36.68%
B=34.56%

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
Decimal1491901790.2200.060.25163.923.9866.47
Hex95BEB3160619a41842
Octal22527626326063124430102
Binary1001010110111110101100111011001101100110100100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,179); }

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

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

 a { background-color: rgb(149,190,179); }

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

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

 span { border-color: rgb(149,190,179); }

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