#95BA93

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

Shades of Dark Sea Green #95BA93

Tints of Dark Sea Green #95BA93

Color information

#95BA93 (or 0x95BA93) is unknown color: approx Dark Sea Green. HEX triplet: 95, BA and 93. RGB value is (149,186,147). Sum of RGB (Red+Green+Blue) = 149+186+147=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA93 is #6A456C. Grayscale: #AAAAAA. Windows color (decimal): -6964589 or 9681557. OLE color: 9681557.

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

Color convert

RGB149186147-
CMYK0.2000.210.27
HSL116.92º22.03%65.29%-
HSV(B)116.92º20.97%72.94%-
XYZ35.2243.6134.17-
YUV170.49114.74112.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=30.91%
G=38.59%
B=30.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861470.2000.210.27116.9222.0365.29
Hex95BA93140151B751641
Octal225272223240253316526101
Binary10010101101110101001001110100010101110111110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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