Html Css Color HEX #808634 Wasabi

📋 copy color: '#808634'

red 128 ◦ green 134 ◦ blue 52

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

Shades of Wasabi #808634

Tints of Wasabi #808634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 40.76%
G = 42.68%
B = 16.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#808634 (or 0x808634) is known color: Wasabi. HEX triplet: 80, 86 and 34. RGB value is (128,134,52). Sum of RGB (Red+Green+Blue) = 128+134+52=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #808634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808634 is #7F79CB. Grayscale: #7B7B7B. Windows color (decimal): -8354252 or 3442304. OLE color: 3442304.

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

Color convert

RGB 128 134 52 -
CMYK 0.04 0 0.61 0.47
HSL 64.39º 0.44% 0.36% -
HSV(B) 64.39º 0.61% 0.53% -
XYZ 18.05 21.89 6.52 -
YUV 122.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 128 134 52 0.04 0 0.61 0.47 64.39 0.44 0.36
Hex 80 86 34 4 0 3D 2F 40 2C 24
Octal 200 206 64 4 0 75 57 100 54 44
Binary 10000000 10000110 110100 100 0 111101 101111 1000000 101100 100100

Color Harmonies of #808634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808634

Black with #808634

Text Example


Text Example

White with #808634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808634; }

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

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

background-color css

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

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

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

border-color css

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

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

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