Html Css Color HEX #8A914D Wasabi

📋 copy color: '#8A914D'

red 138 ◦ green 145 ◦ blue 77

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

Shades of Wasabi #8A914D

Tints of Wasabi #8A914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

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

R = 38.33%
G = 40.28%
B = 21.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#8A914D (or 0x8A914D) is known color: Wasabi. HEX triplet: 8A, 91 and 4D. RGB value is (138,145,77). Sum of RGB (Red+Green+Blue) = 138+145+77=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #8A914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A914D is #756EB2. Grayscale: #878787. Windows color (decimal): -7696051 or 5083530. OLE color: 5083530.

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

Color convert

RGB 138 145 77 -
CMYK 0.05 0 0.47 0.43
HSL 66.18º 0.31% 0.44% -
HSV(B) 66.18º 0.47% 0.57% -
XYZ 21.95 26.19 10.92 -
YUV 135.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 138 145 77 0.05 0 0.47 0.43 66.18 0.31 0.44
Hex 8A 91 4D 5 0 2F 2B 42 1F 2C
Octal 212 221 115 5 0 57 53 102 37 54
Binary 10001010 10010001 1001101 101 0 101111 101011 1000010 11111 101100

Color Harmonies of #8A914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A914D

Black with #8A914D

Text Example


Text Example

White with #8A914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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