#95BA94

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

Shades of Dark Sea Green #95BA94

Tints of Dark Sea Green #95BA94

Color information

#95BA94 (or 0x95BA94) is unknown color: approx Dark Sea Green. HEX triplet: 95, BA and 94. RGB value is (149,186,148). Sum of RGB (Red+Green+Blue) = 149+186+148=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA94 is #6A456B. Grayscale: #AAAAAA. Windows color (decimal): -6964588 or 9747093. OLE color: 9747093.

HSL color Cylindrical-coordinate representation of color #95BA94: hue angle of 118.42º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BA94 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB149186148-
CMYK0.2000.200.27
HSL118.42º21.59%65.49%-
HSV(B)118.42º20.43%72.94%-
XYZ35.343.6534.58-
YUV170.6115.24112.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=30.85%
G=38.51%
B=30.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861480.2000.200.27118.4221.5965.49
Hex95BA94140141B761641
Octal225272224240243316626101
Binary10010101101110101001010010100010100110111110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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