Html Css Color HEX #8A934D Wasabi

📋 copy color: '#8A934D'

red 138 ◦ green 147 ◦ blue 77

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

Shades of Wasabi #8A934D

Tints of Wasabi #8A934D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 38.12%
G = 40.61%
B = 21.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#8A934D (or 0x8A934D) is known color: Wasabi. HEX triplet: 8A, 93 and 4D. RGB value is (138,147,77). Sum of RGB (Red+Green+Blue) = 138+147+77=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #8A934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A934D is #756CB2. Grayscale: #888888. Windows color (decimal): -7695539 or 5084042. OLE color: 5084042.

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

Color convert

RGB 138 147 77 -
CMYK 0.06 0 0.48 0.42
HSL 67.71º 0.31% 0.44% -
HSV(B) 67.71º 0.48% 0.58% -
XYZ 22.25 26.81 11.02 -
YUV 136.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 138 147 77 0.06 0 0.48 0.42 67.71 0.31 0.44
Hex 8A 93 4D 6 0 30 2A 44 1F 2C
Octal 212 223 115 6 0 60 52 104 37 54
Binary 10001010 10010011 1001101 110 0 110000 101010 1000100 11111 101100

Color Harmonies of #8A934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A934D

Black with #8A934D

Text Example


Text Example

White with #8A934D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,77); }

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

background-color css

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

 a { background-color: rgb(138,147,77); }

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

border-color css

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

 span { border-color: rgb(138,147,77); }

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