Html Css Color HEX #93C286 Dark Sea Green

📋 copy color: '#93C286'

red 147 ◦ green 194 ◦ blue 134

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

Shades of Dark Sea Green #93C286

Tints of Dark Sea Green #93C286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

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

R = 30.95%
G = 40.84%
B = 28.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#93C286 (or 0x93C286) is known color: Dark Sea Green. HEX triplet: 93, C2 and 86. RGB value is (147,194,134). Sum of RGB (Red+Green+Blue) = 147+194+134=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #93C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C286 is #6C3D79. Grayscale: #ADADAD. Windows color (decimal): -7093626 or 8831635. OLE color: 8831635.

HSL color Cylindrical-coordinate representation of color #93C286: hue angle of 107º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93C286 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 194 134 -
CMYK 0.24 0 0.31 0.24
HSL 107º 0.33% 0.64% -
HSV(B) 107º 0.31% 0.76% -
XYZ 35.63 46.51 29.65 -
YUV 173.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 147 194 134 0.24 0 0.31 0.24 107 0.33 0.64
Hex 93 C2 86 18 0 1F 18 6B 21 40
Octal 223 302 206 30 0 37 30 153 41 100
Binary 10010011 11000010 10000110 11000 0 11111 11000 1101011 100001 1000000

Color Harmonies of #93C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C286

Black with #93C286

Text Example


Text Example

White with #93C286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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