Html Css Color HEX #80953E Wasabi

📋 copy color: '#80953E'

red 128 ◦ green 149 ◦ blue 62

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

Shades of Wasabi #80953E

Tints of Wasabi #80953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 37.76%
G = 43.95%
B = 18.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#80953E (or 0x80953E) is known color: Wasabi. HEX triplet: 80, 95 and 3E. RGB value is (128,149,62). Sum of RGB (Red+Green+Blue) = 128+149+62=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #80953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80953E is #7F6AC1. Grayscale: #858585. Windows color (decimal): -8350402 or 4101504. OLE color: 4101504.

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

Color convert

RGB 128 149 62 -
CMYK 0.14 0 0.58 0.42
HSL 74.48º 0.41% 0.41% -
HSV(B) 74.48º 0.58% 0.58% -
XYZ 20.52 26.43 8.58 -
YUV 132.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 128 149 62 0.14 0 0.58 0.42 74.48 0.41 0.41
Hex 80 95 3E E 0 3A 2A 4A 29 29
Octal 200 225 76 16 0 72 52 112 51 51
Binary 10000000 10010101 111110 1110 0 111010 101010 1001010 101001 101001

Color Harmonies of #80953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80953E

Black with #80953E

Text Example


Text Example

White with #80953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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