Html Css Color HEX #808446 Wasabi

📋 copy color: '#808446'

red 128 ◦ green 132 ◦ blue 70

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

Shades of Wasabi #808446

Tints of Wasabi #808446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 38.79%
G = 40%
B = 21.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#808446 (or 0x808446) is known color: Wasabi. HEX triplet: 80, 84 and 46. RGB value is (128,132,70). Sum of RGB (Red+Green+Blue) = 128+132+70=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #808446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808446 is #7F7BB9. Grayscale: #7B7B7B. Windows color (decimal): -8354746 or 4621440. OLE color: 4621440.

HSL color Cylindrical-coordinate representation of color #808446: hue angle of 63.87º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808446 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 70 -
CMYK 0.03 0 0.47 0.48
HSL 63.87º 0.31% 0.4% -
HSV(B) 63.87º 0.47% 0.52% -
XYZ 18.26 21.53 8.99 -
YUV 123.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 128 132 70 0.03 0 0.47 0.48 63.87 0.31 0.4
Hex 80 84 46 3 0 2F 30 40 1F 28
Octal 200 204 106 3 0 57 60 100 37 50
Binary 10000000 10000100 1000110 11 0 101111 110000 1000000 11111 101000

Color Harmonies of #808446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808446

Black with #808446

Text Example


Text Example

White with #808446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808446; }

 p { color: rgb(128,132,70); }

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

background-color css

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

 a { background-color: rgb(128,132,70); }

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

border-color css

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

 span { border-color: rgb(128,132,70); }

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