Html Css Color HEX #80934D Wasabi

📋 copy color: '#80934D'

red 128 ◦ green 147 ◦ blue 77

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

Shades of Wasabi #80934D

Tints of Wasabi #80934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 36.36%
G = 41.76%
B = 21.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#80934D (or 0x80934D) is known color: Wasabi. HEX triplet: 80, 93 and 4D. RGB value is (128,147,77). Sum of RGB (Red+Green+Blue) = 128+147+77=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #80934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80934D is #7F6CB2. Grayscale: #858585. Windows color (decimal): -8350899 or 5084032. OLE color: 5084032.

HSL color Cylindrical-coordinate representation of color #80934D: hue angle of 76.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80934D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 77 -
CMYK 0.13 0 0.48 0.42
HSL 76.29º 0.31% 0.44% -
HSV(B) 76.29º 0.48% 0.58% -
XYZ 20.68 25.99 10.95 -
YUV 133.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 128 147 77 0.13 0 0.48 0.42 76.29 0.31 0.44
Hex 80 93 4D D 0 30 2A 4C 1F 2C
Octal 200 223 115 15 0 60 52 114 37 54
Binary 10000000 10010011 1001101 1101 0 110000 101010 1001100 11111 101100

Color Harmonies of #80934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80934D

Black with #80934D

Text Example


Text Example

White with #80934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80934D; }

 p { color: rgb(128,147,77); }

 H1.HeaderClassName
 {
   color: #80934D;
 }
 .AnyTagClassName
 {
   color: #80934D;
 }
</style>

background-color css

<style>
 a { background-color: #80934D; }

 a { background-color: rgb(128,147,77); }

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

border-color css

<style>
 span { border-color: #80934D; }

 span { border-color: rgb(128,147,77); }

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