Html Css Color HEX #8C944C Wasabi

📋 copy color: '#8C944C'

red 140 ◦ green 148 ◦ blue 76

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

Shades of Wasabi #8C944C

Tints of Wasabi #8C944C

RGB

 RED value IS 140 (55.08% from 255) = 38.46%

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 38.46%
G = 40.66%
B = 20.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#8C944C (or 0x8C944C) is known color: Wasabi. HEX triplet: 8C, 94 and 4C. RGB value is (140,148,76). Sum of RGB (Red+Green+Blue) = 140+148+76=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #8C944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C944C is #736BB3. Grayscale: #898989. Windows color (decimal): -7564212 or 5018764. OLE color: 5018764.

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

Color convert

RGB 140 148 76 -
CMYK 0.05 0 0.49 0.42
HSL 66.67º 0.32% 0.44% -
HSV(B) 66.67º 0.49% 0.58% -
XYZ 22.71 27.28 10.91 -
YUV 137.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 140 148 76 0.05 0 0.49 0.42 66.67 0.32 0.44
Hex 8C 94 4C 5 0 31 2A 43 20 2C
Octal 214 224 114 5 0 61 52 103 40 54
Binary 10001100 10010100 1001100 101 0 110001 101010 1000011 100000 101100

Color Harmonies of #8C944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C944C

Black with #8C944C

Text Example


Text Example

White with #8C944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,76); }

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

background-color css

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

 a { background-color: rgb(140,148,76); }

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

border-color css

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

 span { border-color: rgb(140,148,76); }

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