Html Css Color HEX #80954D Wasabi

📋 copy color: '#80954D'

red 128 ◦ green 149 ◦ blue 77

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

Shades of Wasabi #80954D

Tints of Wasabi #80954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 36.16%
G = 42.09%
B = 21.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#80954D (or 0x80954D) is known color: Wasabi. HEX triplet: 80, 95 and 4D. RGB value is (128,149,77). Sum of RGB (Red+Green+Blue) = 128+149+77=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #80954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80954D is #7F6AB2. Grayscale: #868686. Windows color (decimal): -8350387 or 5084544. OLE color: 5084544.

HSL color Cylindrical-coordinate representation of color #80954D: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80954D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 77 -
CMYK 0.14 0 0.48 0.42
HSL 77.5º 0.32% 0.44% -
HSV(B) 77.5º 0.48% 0.58% -
XYZ 20.99 26.62 11.05 -
YUV 134.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 128 149 77 0.14 0 0.48 0.42 77.5 0.32 0.44
Hex 80 95 4D E 0 30 2A 4E 20 2C
Octal 200 225 115 16 0 60 52 116 40 54
Binary 10000000 10010101 1001101 1110 0 110000 101010 1001110 100000 101100

Color Harmonies of #80954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80954D

Black with #80954D

Text Example


Text Example

White with #80954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80954D; }

 p { color: rgb(128,149,77); }

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

background-color css

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

 a { background-color: rgb(128,149,77); }

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

border-color css

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

 span { border-color: rgb(128,149,77); }

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