#95B196

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

Shades of Dark Sea Green #95B196

Tints of Dark Sea Green #95B196

Color information

#95B196 (or 0x95B196) is unknown color: approx Dark Sea Green. HEX triplet: 95, B1 and 96. RGB value is (149,177,150). Sum of RGB (Red+Green+Blue) = 149+177+150=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #95B196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B196 is #6A4E69. Grayscale: #A5A5A5. Windows color (decimal): -6966890 or 9875861. OLE color: 9875861.

HSL color Cylindrical-coordinate representation of color #95B196: hue angle of 122.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B196 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB149177150-
CMYK0.1600.150.31
HSL122.14º15.22%63.92%-
HSV(B)122.14º15.82%69.41%-
XYZ33.6240.0434.81-
YUV165.55119.22116.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=31.30%
G=37.18%
B=31.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771500.1600.150.31122.1415.2263.92
Hex95B196100F1F7af40
Octal225261226200173717217100
Binary100101011011000110010110100000111111111111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,150); }

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

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

 a { background-color: rgb(149,177,150); }

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

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

 span { border-color: rgb(149,177,150); }

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