Html Css Color HEX #808A32 Wasabi

📋 copy color: '#808A32'

red 128 ◦ green 138 ◦ blue 50

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

Shades of Wasabi #808A32

Tints of Wasabi #808A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

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

R = 40.51%
G = 43.67%
B = 15.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#808A32 (or 0x808A32) is known color: Wasabi. HEX triplet: 80, 8A and 32. RGB value is (128,138,50). Sum of RGB (Red+Green+Blue) = 128+138+50=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #808A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A32 is #7F75CD. Grayscale: #7D7D7D. Windows color (decimal): -8353230 or 3312256. OLE color: 3312256.

HSL color Cylindrical-coordinate representation of color #808A32: hue angle of 66.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #808A32 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 50 -
CMYK 0.07 0 0.64 0.46
HSL 66.82º 0.47% 0.37% -
HSV(B) 66.82º 0.64% 0.54% -
XYZ 18.57 23 6.48 -
YUV 124.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 128 138 50 0.07 0 0.64 0.46 66.82 0.47 0.37
Hex 80 8A 32 7 0 40 2E 43 2F 25
Octal 200 212 62 7 0 100 56 103 57 45
Binary 10000000 10001010 110010 111 0 1000000 101110 1000011 101111 100101

Color Harmonies of #808A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A32

Black with #808A32

Text Example


Text Example

White with #808A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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