Html Css Color HEX #80933F Wasabi

📋 copy color: '#80933F'

red 128 ◦ green 147 ◦ blue 63

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

Shades of Wasabi #80933F

Tints of Wasabi #80933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 37.87%
G = 43.49%
B = 18.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#80933F (or 0x80933F) is known color: Wasabi. HEX triplet: 80, 93 and 3F. RGB value is (128,147,63). Sum of RGB (Red+Green+Blue) = 128+147+63=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #80933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80933F is #7F6CC0. Grayscale: #848484. Windows color (decimal): -8350913 or 4166528. OLE color: 4166528.

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

Color convert

RGB 128 147 63 -
CMYK 0.13 0 0.57 0.42
HSL 73.57º 0.4% 0.41% -
HSV(B) 73.57º 0.57% 0.58% -
XYZ 20.23 25.82 8.62 -
YUV 131.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 128 147 63 0.13 0 0.57 0.42 73.57 0.4 0.41
Hex 80 93 3F D 0 39 2A 4A 28 29
Octal 200 223 77 15 0 71 52 112 50 51
Binary 10000000 10010011 111111 1101 0 111001 101010 1001010 101000 101001

Color Harmonies of #80933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80933F

Black with #80933F

Text Example


Text Example

White with #80933F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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