Html Css Color HEX #80934B Wasabi

📋 copy color: '#80934B'

red 128 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #80934B

Tints of Wasabi #80934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 36.57%
G = 42%
B = 21.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#80934B (or 0x80934B) is known color: Wasabi. HEX triplet: 80, 93 and 4B. RGB value is (128,147,75). Sum of RGB (Red+Green+Blue) = 128+147+75=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #80934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80934B is #7F6CB4. Grayscale: #858585. Windows color (decimal): -8350901 or 4952960. OLE color: 4952960.

HSL color Cylindrical-coordinate representation of color #80934B: hue angle of 75.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80934B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 75 -
CMYK 0.13 0 0.49 0.42
HSL 75.83º 0.32% 0.44% -
HSV(B) 75.83º 0.49% 0.58% -
XYZ 20.61 25.96 10.58 -
YUV 133.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 128 147 75 0.13 0 0.49 0.42 75.83 0.32 0.44
Hex 80 93 4B D 0 31 2A 4C 20 2C
Octal 200 223 113 15 0 61 52 114 40 54
Binary 10000000 10010011 1001011 1101 0 110001 101010 1001100 100000 101100

Color Harmonies of #80934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80934B

Black with #80934B

Text Example


Text Example

White with #80934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80934B; }

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

 H1.HeaderClassName
 {
   color: #80934B;
 }
 .AnyTagClassName
 {
   color: #80934B;
 }
</style>

background-color css

<style>
 a { background-color: #80934B; }

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

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

border-color css

<style>
 span { border-color: #80934B; }

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

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