#95BC96

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

Shades of Dark Sea Green #95BC96

Tints of Dark Sea Green #95BC96

Color information

#95BC96 (or 0x95BC96) is unknown color: approx Dark Sea Green. HEX triplet: 95, BC and 96. RGB value is (149,188,150). Sum of RGB (Red+Green+Blue) = 149+188+150=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC96 is #6A4369. Grayscale: #ACACAC. Windows color (decimal): -6964074 or 9878677. OLE color: 9878677.

HSL color Cylindrical-coordinate representation of color #95BC96: hue angle of 121.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BC96 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB149188150-
CMYK0.2100.200.26
HSL121.54º22.54%66.08%-
HSV(B)121.54º20.74%73.73%-
XYZ35.8844.5635.56-
YUV172.01115.58111.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=30.60%
G=38.60%
B=30.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881500.2100.200.26121.5422.5466.08
Hex95BC96150141A7a1742
Octal225274226250243217227102
Binary10010101101111001001011010101010100110101111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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