Html Css Color HEX #80933A Wasabi

📋 copy color: '#80933A'

red 128 ◦ green 147 ◦ blue 58

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

Shades of Wasabi #80933A

Tints of Wasabi #80933A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 38.44%
G = 44.14%
B = 17.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#80933A (or 0x80933A) is known color: Wasabi. HEX triplet: 80, 93 and 3A. RGB value is (128,147,58). Sum of RGB (Red+Green+Blue) = 128+147+58=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #80933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80933A is #7F6CC5. Grayscale: #838383. Windows color (decimal): -8350918 or 3838848. OLE color: 3838848.

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

Color convert

RGB 128 147 58 -
CMYK 0.13 0 0.61 0.42
HSL 72.81º 0.43% 0.4% -
HSV(B) 72.81º 0.61% 0.58% -
XYZ 20.1 25.76 7.92 -
YUV 131.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 128 147 58 0.13 0 0.61 0.42 72.81 0.43 0.4
Hex 80 93 3A D 0 3D 2A 49 2B 28
Octal 200 223 72 15 0 75 52 111 53 50
Binary 10000000 10010011 111010 1101 0 111101 101010 1001001 101011 101000

Color Harmonies of #80933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80933A

Black with #80933A

Text Example


Text Example

White with #80933A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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