Html Css Color HEX #80954C Wasabi

📋 copy color: '#80954C'

red 128 ◦ green 149 ◦ blue 76

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

Shades of Wasabi #80954C

Tints of Wasabi #80954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 36.26%
G = 42.21%
B = 21.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#80954C (or 0x80954C) is known color: Wasabi. HEX triplet: 80, 95 and 4C. RGB value is (128,149,76). Sum of RGB (Red+Green+Blue) = 128+149+76=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #80954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80954C is #7F6AB3. Grayscale: #868686. Windows color (decimal): -8350388 or 5019008. OLE color: 5019008.

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

Color convert

RGB 128 149 76 -
CMYK 0.14 0 0.49 0.42
HSL 77.26º 0.32% 0.44% -
HSV(B) 77.26º 0.49% 0.58% -
XYZ 20.95 26.61 10.87 -
YUV 134.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 128 149 76 0.14 0 0.49 0.42 77.26 0.32 0.44
Hex 80 95 4C E 0 31 2A 4D 20 2C
Octal 200 225 114 16 0 61 52 115 40 54
Binary 10000000 10010101 1001100 1110 0 110001 101010 1001101 100000 101100

Color Harmonies of #80954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80954C

Black with #80954C

Text Example


Text Example

White with #80954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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