Html Css Color HEX #93BC86 Dark Sea Green

📋 copy color: '#93BC86'

red 147 ◦ green 188 ◦ blue 134

#93BC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #93BC86

Tints of Dark Sea Green #93BC86

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 value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#93BC86 (or 0x93BC86) is known color: 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

RGB 147 188 134 -
CMYK 0.22 0 0.29 0.26
HSL 105.56º 0.29% 0.63% -
HSV(B) 105.56º 0.29% 0.74% -
XYZ 34.32 43.89 29.22 -
YUV 169.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 147 188 134 0.22 0 0.29 0.26 105.56 0.29 0.63
Hex 93 BC 86 16 0 1D 1A 6A 1D 3F
Octal 223 274 206 26 0 35 32 152 35 77
Binary 10010011 10111100 10000110 10110 0 11101 11010 1101010 11101 111111

Color Harmonies of #93BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC86

Black with #93BC86

Text Example


Text Example

White with #93BC86

Text Example


Text Example

HTML Codes & Css Web 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>