Html Css Color HEX #8A944E Wasabi

📋 copy color: '#8A944E'

red 138 ◦ green 148 ◦ blue 78

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

Shades of Wasabi #8A944E

Tints of Wasabi #8A944E

RGB

 RED value IS 138 (54.3% from 255) = 37.91%

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

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 37.91%
G = 40.66%
B = 21.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#8A944E (or 0x8A944E) is known color: Wasabi. HEX triplet: 8A, 94 and 4E. RGB value is (138,148,78). Sum of RGB (Red+Green+Blue) = 138+148+78=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #8A944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A944E is #756BB1. Grayscale: #898989. Windows color (decimal): -7695282 or 5149834. OLE color: 5149834.

HSL color Cylindrical-coordinate representation of color #8A944E: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A944E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 148 78 -
CMYK 0.07 0 0.47 0.42
HSL 68.57º 0.31% 0.44% -
HSV(B) 68.57º 0.47% 0.58% -
XYZ 22.45 27.13 11.26 -
YUV 137.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 138 148 78 0.07 0 0.47 0.42 68.57 0.31 0.44
Hex 8A 94 4E 7 0 2F 2A 45 1F 2C
Octal 212 224 116 7 0 57 52 105 37 54
Binary 10001010 10010100 1001110 111 0 101111 101010 1000101 11111 101100

Color Harmonies of #8A944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A944E

Black with #8A944E

Text Example


Text Example

White with #8A944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A944E; }

 p { color: rgb(138,148,78); }

 H1.HeaderClassName
 {
   color: #8A944E;
 }
 .AnyTagClassName
 {
   color: #8A944E;
 }
</style>

background-color css

<style>
 a { background-color: #8A944E; }

 a { background-color: rgb(138,148,78); }

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

border-color css

<style>
 span { border-color: #8A944E; }

 span { border-color: rgb(138,148,78); }

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