Html Css Color HEX #808342 Wasabi

📋 copy color: '#808342'

red 128 ◦ green 131 ◦ blue 66

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

Shades of Wasabi #808342

Tints of Wasabi #808342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 39.38%
G = 40.31%
B = 20.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#808342 (or 0x808342) is known color: Wasabi. HEX triplet: 80, 83 and 42. RGB value is (128,131,66). Sum of RGB (Red+Green+Blue) = 128+131+66=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #808342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808342 is #7F7CBD. Grayscale: #7A7A7A. Windows color (decimal): -8355006 or 4359040. OLE color: 4359040.

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

Color convert

RGB 128 131 66 -
CMYK 0.02 0 0.50 0.49
HSL 62.77º 0.33% 0.39% -
HSV(B) 62.77º 0.5% 0.51% -
XYZ 18 21.22 8.3 -
YUV 122.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 128 131 66 0.02 0 0.50 0.49 62.77 0.33 0.39
Hex 80 83 42 2 0 32 31 3F 21 27
Octal 200 203 102 2 0 62 61 77 41 47
Binary 10000000 10000011 1000010 10 0 110010 110001 111111 100001 100111

Color Harmonies of #808342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808342

Black with #808342

Text Example


Text Example

White with #808342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808342; }

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

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

background-color css

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

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

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

border-color css

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

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

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