Html Css Color HEX #80953F Wasabi

📋 copy color: '#80953F'

red 128 ◦ green 149 ◦ blue 63

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

Shades of Wasabi #80953F

Tints of Wasabi #80953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 37.65%
G = 43.82%
B = 18.53%

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

#80953F (or 0x80953F) is known color: Wasabi. HEX triplet: 80, 95 and 3F. RGB value is (128,149,63). Sum of RGB (Red+Green+Blue) = 128+149+63=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #80953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80953F is #7F6AC0. Grayscale: #858585. Windows color (decimal): -8350401 or 4167040. OLE color: 4167040.

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

Color convert

RGB 128 149 63 -
CMYK 0.14 0 0.58 0.42
HSL 74.65º 0.41% 0.42% -
HSV(B) 74.65º 0.58% 0.58% -
XYZ 20.55 26.44 8.72 -
YUV 132.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 128 149 63 0.14 0 0.58 0.42 74.65 0.41 0.42
Hex 80 95 3F E 0 3A 2A 4B 29 2A
Octal 200 225 77 16 0 72 52 113 51 52
Binary 10000000 10010101 111111 1110 0 111010 101010 1001011 101001 101010

Color Harmonies of #80953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80953F

Black with #80953F

Text Example


Text Example

White with #80953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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