Html Css Color HEX #8A904D Wasabi

📋 copy color: '#8A904D'

red 138 ◦ green 144 ◦ blue 77

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

Shades of Wasabi #8A904D

Tints of Wasabi #8A904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

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

R = 38.44%
G = 40.11%
B = 21.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8A904D (or 0x8A904D) is known color: Wasabi. HEX triplet: 8A, 90 and 4D. RGB value is (138,144,77). Sum of RGB (Red+Green+Blue) = 138+144+77=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #8A904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A904D is #756FB2. Grayscale: #868686. Windows color (decimal): -7696307 or 5083274. OLE color: 5083274.

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

Color convert

RGB 138 144 77 -
CMYK 0.04 0 0.47 0.44
HSL 65.37º 0.3% 0.43% -
HSV(B) 65.37º 0.47% 0.56% -
XYZ 21.79 25.89 10.87 -
YUV 134.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 138 144 77 0.04 0 0.47 0.44 65.37 0.3 0.43
Hex 8A 90 4D 4 0 2F 2C 41 1E 2B
Octal 212 220 115 4 0 57 54 101 36 53
Binary 10001010 10010000 1001101 100 0 101111 101100 1000001 11110 101011

Color Harmonies of #8A904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A904D

Black with #8A904D

Text Example


Text Example

White with #8A904D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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