Html Css Color HEX #80944A Wasabi

📋 copy color: '#80944A'

red 128 ◦ green 148 ◦ blue 74

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

Shades of Wasabi #80944A

Tints of Wasabi #80944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 36.57%
G = 42.29%
B = 21.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#80944A (or 0x80944A) is known color: Wasabi. HEX triplet: 80, 94 and 4A. RGB value is (128,148,74). Sum of RGB (Red+Green+Blue) = 128+148+74=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #80944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80944A is #7F6BB5. Grayscale: #858585. Windows color (decimal): -8350646 or 4887680. OLE color: 4887680.

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

Color convert

RGB 128 148 74 -
CMYK 0.14 0 0.50 0.42
HSL 76.22º 0.33% 0.44% -
HSV(B) 76.22º 0.5% 0.58% -
XYZ 20.73 26.26 10.46 -
YUV 133.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 128 148 74 0.14 0 0.50 0.42 76.22 0.33 0.44
Hex 80 94 4A E 0 32 2A 4C 21 2C
Octal 200 224 112 16 0 62 52 114 41 54
Binary 10000000 10010100 1001010 1110 0 110010 101010 1001100 100001 101100

Color Harmonies of #80944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80944A

Black with #80944A

Text Example


Text Example

White with #80944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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