Html Css Color HEX #80953C Wasabi

📋 copy color: '#80953C'

red 128 ◦ green 149 ◦ blue 60

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

Shades of Wasabi #80953C

Tints of Wasabi #80953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 37.98%
G = 44.21%
B = 17.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#80953C (or 0x80953C) is known color: Wasabi. HEX triplet: 80, 95 and 3C. RGB value is (128,149,60). Sum of RGB (Red+Green+Blue) = 128+149+60=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #80953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80953C is #7F6AC3. Grayscale: #848484. Windows color (decimal): -8350404 or 3970432. OLE color: 3970432.

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

Color convert

RGB 128 149 60 -
CMYK 0.14 0 0.60 0.42
HSL 74.16º 0.43% 0.41% -
HSV(B) 74.16º 0.6% 0.58% -
XYZ 20.47 26.41 8.29 -
YUV 132.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 128 149 60 0.14 0 0.60 0.42 74.16 0.43 0.41
Hex 80 95 3C E 0 3C 2A 4A 2B 29
Octal 200 225 74 16 0 74 52 112 53 51
Binary 10000000 10010101 111100 1110 0 111100 101010 1001010 101011 101001

Color Harmonies of #80953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80953C

Black with #80953C

Text Example


Text Example

White with #80953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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