Html Css Color HEX #80993E Wasabi

📋 copy color: '#80993E'

red 128 ◦ green 153 ◦ blue 62

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

Shades of Wasabi #80993E

Tints of Wasabi #80993E

RGB

 RED value IS 128 (50.39% from 255) = 37.32%

 GREEN value IS 153 (60.16% from 255) = 44.61%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 37.32%
G = 44.61%
B = 18.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#80993E (or 0x80993E) is known color: Wasabi. HEX triplet: 80, 99 and 3E. RGB value is (128,153,62). Sum of RGB (Red+Green+Blue) = 128+153+62=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #80993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80993E is #7F66C1. Grayscale: #878787. Windows color (decimal): -8349378 or 4102528. OLE color: 4102528.

HSL color Cylindrical-coordinate representation of color #80993E: hue angle of 76.48º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80993E is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 62 -
CMYK 0.16 0 0.59 0.4
HSL 76.48º 0.42% 0.42% -
HSV(B) 76.48º 0.59% 0.6% -
XYZ 21.16 27.72 8.79 -
YUV 135.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 128 153 62 0.16 0 0.59 0.4 76.48 0.42 0.42
Hex 80 99 3E 10 0 3B 28 4C 2A 2A
Octal 200 231 76 20 0 73 50 114 52 52
Binary 10000000 10011001 111110 10000 0 111011 101000 1001100 101010 101010

Color Harmonies of #80993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80993E

Black with #80993E

Text Example


Text Example

White with #80993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80993E; }

 p { color: rgb(128,153,62); }

 H1.HeaderClassName
 {
   color: #80993E;
 }
 .AnyTagClassName
 {
   color: #80993E;
 }
</style>

background-color css

<style>
 a { background-color: #80993E; }

 a { background-color: rgb(128,153,62); }

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

border-color css

<style>
 span { border-color: #80993E; }

 span { border-color: rgb(128,153,62); }

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