#95BEB9

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

Shades of Shadow Green #95BEB9

Tints of Shadow Green #95BEB9

Color information

#95BEB9 (or 0x95BEB9) is unknown color: approx Shadow Green. HEX triplet: 95, BE and B9. RGB value is (149,190,185). Sum of RGB (Red+Green+Blue) = 149+190+185=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BEB9 is #6A4146. Grayscale: #B1B1B1. Windows color (decimal): -6963527 or 12172949. OLE color: 12172949.

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

Color convert

RGB149190185-
CMYK0.2200.030.25
HSL172.68º23.98%66.47%-
HSV(B)172.68º21.58%74.51%-
XYZ39.5646.7252.83-
YUV177.17132.42107.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=28.44%
G=36.26%
B=35.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901850.2200.030.25172.6823.9866.47
Hex95BEB9160319ad1842
Octal22527627126033125530102
Binary100101011011111010111001101100111100110101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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