Html Css Color HEX #808242 Wasabi

📋 copy color: '#808242'

red 128 ◦ green 130 ◦ blue 66

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

Shades of Wasabi #808242

Tints of Wasabi #808242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 39.51%
G = 40.12%
B = 20.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#808242 (or 0x808242) is known color: Wasabi. HEX triplet: 80, 82 and 42. RGB value is (128,130,66). Sum of RGB (Red+Green+Blue) = 128+130+66=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #808242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808242 is #7F7DBD. Grayscale: #7A7A7A. Windows color (decimal): -8355262 or 4358784. OLE color: 4358784.

HSL color Cylindrical-coordinate representation of color #808242: hue angle of 61.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808242 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 66 -
CMYK 0.02 0 0.49 0.49
HSL 61.88º 0.33% 0.38% -
HSV(B) 61.88º 0.49% 0.51% -
XYZ 17.87 20.95 8.26 -
YUV 122.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 128 130 66 0.02 0 0.49 0.49 61.88 0.33 0.38
Hex 80 82 42 2 0 31 31 3E 21 26
Octal 200 202 102 2 0 61 61 76 41 46
Binary 10000000 10000010 1000010 10 0 110001 110001 111110 100001 100110

Color Harmonies of #808242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808242

Black with #808242

Text Example


Text Example

White with #808242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808242; }

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

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

background-color css

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

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

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

border-color css

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

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

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