Html Css Color HEX #808632 Wasabi

📋 copy color: '#808632'

red 128 ◦ green 134 ◦ blue 50

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

Shades of Wasabi #808632

Tints of Wasabi #808632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 41.03%
G = 42.95%
B = 16.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#808632 (or 0x808632) is known color: Wasabi. HEX triplet: 80, 86 and 32. RGB value is (128,134,50). Sum of RGB (Red+Green+Blue) = 128+134+50=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #808632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808632 is #7F79CD. Grayscale: #7A7A7A. Windows color (decimal): -8354254 or 3311232. OLE color: 3311232.

HSL color Cylindrical-coordinate representation of color #808632: hue angle of 64.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808632 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 50 -
CMYK 0.04 0 0.63 0.47
HSL 64.29º 0.46% 0.36% -
HSV(B) 64.29º 0.63% 0.53% -
XYZ 18 21.87 6.29 -
YUV 122.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 128 134 50 0.04 0 0.63 0.47 64.29 0.46 0.36
Hex 80 86 32 4 0 3F 2F 40 2E 24
Octal 200 206 62 4 0 77 57 100 56 44
Binary 10000000 10000110 110010 100 0 111111 101111 1000000 101110 100100

Color Harmonies of #808632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808632

Black with #808632

Text Example


Text Example

White with #808632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808632; }

 p { color: rgb(128,134,50); }

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

background-color css

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

 a { background-color: rgb(128,134,50); }

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

border-color css

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

 span { border-color: rgb(128,134,50); }

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