Html Css Color HEX #808A31 Wasabi

📋 copy color: '#808A31'

red 128 ◦ green 138 ◦ blue 49

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

Shades of Wasabi #808A31

Tints of Wasabi #808A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 40.63%
G = 43.81%
B = 15.56%

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

#808A31 (or 0x808A31) is known color: Wasabi. HEX triplet: 80, 8A and 31. RGB value is (128,138,49). Sum of RGB (Red+Green+Blue) = 128+138+49=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #808A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A31 is #7F75CE. Grayscale: #7D7D7D. Windows color (decimal): -8353231 or 3246720. OLE color: 3246720.

HSL color Cylindrical-coordinate representation of color #808A31: hue angle of 66.74º degrees, saturation: 0.48, 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 #808A31 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 49 -
CMYK 0.07 0 0.64 0.46
HSL 66.74º 0.48% 0.37% -
HSV(B) 66.74º 0.64% 0.54% -
XYZ 18.54 22.99 6.37 -
YUV 124.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 128 138 49 0.07 0 0.64 0.46 66.74 0.48 0.37
Hex 80 8A 31 7 0 40 2E 43 30 25
Octal 200 212 61 7 0 100 56 103 60 45
Binary 10000000 10001010 110001 111 0 1000000 101110 1000011 110000 100101

Color Harmonies of #808A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A31

Black with #808A31

Text Example


Text Example

White with #808A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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