Html Css Color HEX #80942C Wasabi

📋 copy color: '#80942C'

red 128 ◦ green 148 ◦ blue 44

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

Shades of Wasabi #80942C

Tints of Wasabi #80942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 40%
G = 46.25%
B = 13.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#80942C (or 0x80942C) is known color: Wasabi. HEX triplet: 80, 94 and 2C. RGB value is (128,148,44). Sum of RGB (Red+Green+Blue) = 128+148+44=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #80942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80942C is #7F6BD3. Grayscale: #828282. Windows color (decimal): -8350676 or 2921600. OLE color: 2921600.

HSL color Cylindrical-coordinate representation of color #80942C: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80942C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 44 -
CMYK 0.14 0 0.70 0.42
HSL 71.54º 0.54% 0.38% -
HSV(B) 71.54º 0.7% 0.58% -
XYZ 19.95 25.95 6.34 -
YUV 130.16 79.37 126.46 -
System Red Green Blue C M Y K H S L
Decimal 128 148 44 0.14 0 0.70 0.42 71.54 0.54 0.38
Hex 80 94 2C E 0 46 2A 48 36 26
Octal 200 224 54 16 0 106 52 110 66 46
Binary 10000000 10010100 101100 1110 0 1000110 101010 1001000 110110 100110

Color Harmonies of #80942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80942C

Black with #80942C

Text Example


Text Example

White with #80942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80942C; }

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

 H1.HeaderClassName
 {
   color: #80942C;
 }
 .AnyTagClassName
 {
   color: #80942C;
 }
</style>

background-color css

<style>
 a { background-color: #80942C; }

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

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

border-color css

<style>
 span { border-color: #80942C; }

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

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