Html Css Color HEX #80934A Wasabi

📋 copy color: '#80934A'

red 128 ◦ green 147 ◦ blue 74

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

Shades of Wasabi #80934A

Tints of Wasabi #80934A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 36.68%
G = 42.12%
B = 21.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#80934A (or 0x80934A) is known color: Wasabi. HEX triplet: 80, 93 and 4A. RGB value is (128,147,74). Sum of RGB (Red+Green+Blue) = 128+147+74=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #80934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80934A is #7F6CB5. Grayscale: #858585. Windows color (decimal): -8350902 or 4887424. OLE color: 4887424.

HSL color Cylindrical-coordinate representation of color #80934A: hue angle of 75.62º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80934A is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 74 -
CMYK 0.13 0 0.50 0.42
HSL 75.62º 0.33% 0.43% -
HSV(B) 75.62º 0.5% 0.58% -
XYZ 20.57 25.95 10.4 -
YUV 133 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 128 147 74 0.13 0 0.50 0.42 75.62 0.33 0.43
Hex 80 93 4A D 0 32 2A 4C 21 2B
Octal 200 223 112 15 0 62 52 114 41 53
Binary 10000000 10010011 1001010 1101 0 110010 101010 1001100 100001 101011

Color Harmonies of #80934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80934A

Black with #80934A

Text Example


Text Example

White with #80934A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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