Html Css Color HEX #808542 Wasabi

📋 copy color: '#808542'

red 128 ◦ green 133 ◦ blue 66

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

Shades of Wasabi #808542

Tints of Wasabi #808542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 39.14%
G = 40.67%
B = 20.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#808542 (or 0x808542) is known color: Wasabi. HEX triplet: 80, 85 and 42. RGB value is (128,133,66). Sum of RGB (Red+Green+Blue) = 128+133+66=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #808542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808542 is #7F7ABD. Grayscale: #7C7C7C. Windows color (decimal): -8354494 or 4359552. OLE color: 4359552.

HSL color Cylindrical-coordinate representation of color #808542: hue angle of 64.48º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808542 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 66 -
CMYK 0.04 0 0.50 0.48
HSL 64.48º 0.34% 0.39% -
HSV(B) 64.48º 0.5% 0.52% -
XYZ 18.27 21.76 8.39 -
YUV 123.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 128 133 66 0.04 0 0.50 0.48 64.48 0.34 0.39
Hex 80 85 42 4 0 32 30 40 22 27
Octal 200 205 102 4 0 62 60 100 42 47
Binary 10000000 10000101 1000010 100 0 110010 110000 1000000 100010 100111

Color Harmonies of #808542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808542

Black with #808542

Text Example


Text Example

White with #808542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808542; }

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

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

background-color css

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

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

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

border-color css

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

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

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