Html Css Color HEX #8A994E Wasabi

📋 copy color: '#8A994E'

red 138 ◦ green 153 ◦ blue 78

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

Shades of Wasabi #8A994E

Tints of Wasabi #8A994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 37.4%
G = 41.46%
B = 21.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#8A994E (or 0x8A994E) is known color: Wasabi. HEX triplet: 8A, 99 and 4E. RGB value is (138,153,78). Sum of RGB (Red+Green+Blue) = 138+153+78=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #8A994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A994E is #7566B1. Grayscale: #8C8C8C. Windows color (decimal): -7694002 or 5151114. OLE color: 5151114.

HSL color Cylindrical-coordinate representation of color #8A994E: hue angle of 72º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A994E is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 153 78 -
CMYK 0.10 0 0.49 0.4
HSL 72º 0.32% 0.45% -
HSV(B) 72º 0.49% 0.6% -
XYZ 23.25 28.74 11.53 -
YUV 139.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 138 153 78 0.10 0 0.49 0.4 72 0.32 0.45
Hex 8A 99 4E A 0 31 28 48 20 2D
Octal 212 231 116 12 0 61 50 110 40 55
Binary 10001010 10011001 1001110 1010 0 110001 101000 1001000 100000 101101

Color Harmonies of #8A994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A994E

Black with #8A994E

Text Example


Text Example

White with #8A994E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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