Html Css Color HEX #80944B Wasabi

📋 copy color: '#80944B'

red 128 ◦ green 148 ◦ blue 75

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

Shades of Wasabi #80944B

Tints of Wasabi #80944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 36.47%
G = 42.17%
B = 21.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#80944B (or 0x80944B) is known color: Wasabi. HEX triplet: 80, 94 and 4B. RGB value is (128,148,75). Sum of RGB (Red+Green+Blue) = 128+148+75=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #80944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80944B is #7F6BB4. Grayscale: #858585. Windows color (decimal): -8350645 or 4953216. OLE color: 4953216.

HSL color Cylindrical-coordinate representation of color #80944B: hue angle of 76.44º degrees, saturation: 0.33, 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 #80944B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 75 -
CMYK 0.14 0 0.49 0.42
HSL 76.44º 0.33% 0.44% -
HSV(B) 76.44º 0.49% 0.58% -
XYZ 20.76 26.28 10.63 -
YUV 133.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 128 148 75 0.14 0 0.49 0.42 76.44 0.33 0.44
Hex 80 94 4B E 0 31 2A 4C 21 2C
Octal 200 224 113 16 0 61 52 114 41 54
Binary 10000000 10010100 1001011 1110 0 110001 101010 1001100 100001 101100

Color Harmonies of #80944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80944B

Black with #80944B

Text Example


Text Example

White with #80944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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