#93BC86

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

Shades of Dark Sea Green #93BC86

Tints of Dark Sea Green #93BC86

Color information

#93BC86 (or 0x93BC86) is unknown color: approx Dark Sea Green. HEX triplet: 93, BC and 86. RGB value is (147,188,134). Sum of RGB (Red+Green+Blue) = 147+188+134=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BC86 is #6C4379. Grayscale: #A9A9A9. Windows color (decimal): -7095162 or 8830099. OLE color: 8830099.

HSL color Cylindrical-coordinate representation of color #93BC86: hue angle of 105.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BC86 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB147188134-
CMYK0.2200.290.26
HSL105.56º28.72%63.14%-
HSV(B)105.56º28.72%73.73%-
XYZ34.3243.8929.22-
YUV169.58107.92111.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=31.34%
G=40.09%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881340.2200.290.26105.5628.7263.14
Hex93BC861601D1A6a1d3f
Octal22327420626035321523577
Binary1001001110111100100001101011001110111010110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BC86; }

 p { color: rgb(147,188,134); }

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

<style>
 a { background-color: #93BC86; }

 a { background-color: rgb(147,188,134); }

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

<style>
 span { border-color: #93BC86; }

 span { border-color: rgb(147,188,134); }

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