Html Css Color HEX #808D42 Wasabi

📋 copy color: '#808D42'

red 128 ◦ green 141 ◦ blue 66

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

Shades of Wasabi #808D42

Tints of Wasabi #808D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 38.21%
G = 42.09%
B = 19.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#808D42 (or 0x808D42) is known color: Wasabi. HEX triplet: 80, 8D and 42. RGB value is (128,141,66). Sum of RGB (Red+Green+Blue) = 128+141+66=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #808D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D42 is #7F72BD. Grayscale: #808080. Windows color (decimal): -8352446 or 4361600. OLE color: 4361600.

HSL color Cylindrical-coordinate representation of color #808D42: hue angle of 70.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808D42 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 141 66 -
CMYK 0.09 0 0.53 0.45
HSL 70.4º 0.36% 0.41% -
HSV(B) 70.4º 0.53% 0.55% -
XYZ 19.41 24.03 8.77 -
YUV 128.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 128 141 66 0.09 0 0.53 0.45 70.4 0.36 0.41
Hex 80 8D 42 9 0 35 2D 46 24 29
Octal 200 215 102 11 0 65 55 106 44 51
Binary 10000000 10001101 1000010 1001 0 110101 101101 1000110 100100 101001

Color Harmonies of #808D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D42

Black with #808D42

Text Example


Text Example

White with #808D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808D42; }

 p { color: rgb(128,141,66); }

 H1.HeaderClassName
 {
   color: #808D42;
 }
 .AnyTagClassName
 {
   color: #808D42;
 }
</style>

background-color css

<style>
 a { background-color: #808D42; }

 a { background-color: rgb(128,141,66); }

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

border-color css

<style>
 span { border-color: #808D42; }

 span { border-color: rgb(128,141,66); }

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