#95B194

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

Shades of Dark Sea Green #95B194

Tints of Dark Sea Green #95B194

Color information

#95B194 (or 0x95B194) is unknown color: approx Dark Sea Green. HEX triplet: 95, B1 and 94. RGB value is (149,177,148). Sum of RGB (Red+Green+Blue) = 149+177+148=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #95B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B194 is #6A4E6B. Grayscale: #A5A5A5. Windows color (decimal): -6966892 or 9744789. OLE color: 9744789.

HSL color Cylindrical-coordinate representation of color #95B194: hue angle of 117.93º degrees, saturation: 0.16, 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 #95B194 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB149177148-
CMYK0.1600.160.31
HSL117.93º15.68%63.73%-
HSV(B)117.93º16.38%69.41%-
XYZ33.4639.9733.97-
YUV165.32118.22116.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=31.43%
G=37.34%
B=31.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771480.1600.160.31117.9315.6863.73
Hex95B194100101F761040
Octal225261224200203716620100
Binary10010101101100011001010010000010000111111110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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