Html Css Color HEX #93BA86 Dark Sea Green

📋 copy color: '#93BA86'

red 147 ◦ green 186 ◦ blue 134

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

Shades of Dark Sea Green #93BA86

Tints of Dark Sea Green #93BA86

RGB

 RED value IS 147 (57.81% from 255) = 31.48%

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 31.48%
G = 39.83%
B = 28.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#93BA86 (or 0x93BA86) is known color: Dark Sea Green. HEX triplet: 93, BA and 86. RGB value is (147,186,134). Sum of RGB (Red+Green+Blue) = 147+186+134=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA86 is #6C4579. Grayscale: #A8A8A8. Windows color (decimal): -7095674 or 8829587. OLE color: 8829587.

HSL color Cylindrical-coordinate representation of color #93BA86: hue angle of 105º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BA86 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 134 -
CMYK 0.21 0 0.28 0.27
HSL 105º 0.27% 0.63% -
HSV(B) 105º 0.28% 0.73% -
XYZ 33.89 43.04 29.08 -
YUV 168.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 147 186 134 0.21 0 0.28 0.27 105 0.27 0.63
Hex 93 BA 86 15 0 1C 1B 69 1B 3F
Octal 223 272 206 25 0 34 33 151 33 77
Binary 10010011 10111010 10000110 10101 0 11100 11011 1101001 11011 111111

Color Harmonies of #93BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA86

Black with #93BA86

Text Example


Text Example

White with #93BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BA86;
 }
 .AnyTagClassName
 {
   color: #93BA86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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