Html Css Color HEX #93B992 Dark Sea Green

📋 copy color: '#93B992'

red 147 ◦ green 185 ◦ blue 146

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

Shades of Dark Sea Green #93B992

Tints of Dark Sea Green #93B992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 30.75%
G = 38.7%
B = 30.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#93B992 (or 0x93B992) is known color: Dark Sea Green. HEX triplet: 93, B9 and 92. RGB value is (147,185,146). Sum of RGB (Red+Green+Blue) = 147+185+146=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #93B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B992 is #6C466D. Grayscale: #A9A9A9. Windows color (decimal): -7095918 or 9615763. OLE color: 9615763.

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

Color convert

RGB 147 185 146 -
CMYK 0.21 0 0.21 0.27
HSL 118.46º 0.22% 0.65% -
HSV(B) 118.46º 0.21% 0.73% -
XYZ 34.57 42.98 33.67 -
YUV 169.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 147 185 146 0.21 0 0.21 0.27 118.46 0.22 0.65
Hex 93 B9 92 15 0 15 1B 76 16 41
Octal 223 271 222 25 0 25 33 166 26 101
Binary 10010011 10111001 10010010 10101 0 10101 11011 1110110 10110 1000001

Color Harmonies of #93B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B992

Black with #93B992

Text Example


Text Example

White with #93B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,146); }

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

background-color css

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

 a { background-color: rgb(147,185,146); }

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

border-color css

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

 span { border-color: rgb(147,185,146); }

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