Html Css Color HEX #8C944E Wasabi

📋 copy color: '#8C944E'

red 140 ◦ green 148 ◦ blue 78

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

Shades of Wasabi #8C944E

Tints of Wasabi #8C944E

RGB

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

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

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

R = 38.25%
G = 40.44%
B = 21.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#8C944E (or 0x8C944E) is known color: Wasabi. HEX triplet: 8C, 94 and 4E. RGB value is (140,148,78). Sum of RGB (Red+Green+Blue) = 140+148+78=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #8C944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C944E is #736BB1. Grayscale: #898989. Windows color (decimal): -7564210 or 5149836. OLE color: 5149836.

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

Color convert

RGB 140 148 78 -
CMYK 0.05 0 0.47 0.42
HSL 66.86º 0.31% 0.44% -
HSV(B) 66.86º 0.47% 0.58% -
XYZ 22.78 27.31 11.28 -
YUV 137.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 140 148 78 0.05 0 0.47 0.42 66.86 0.31 0.44
Hex 8C 94 4E 5 0 2F 2A 43 1F 2C
Octal 214 224 116 5 0 57 52 103 37 54
Binary 10001100 10010100 1001110 101 0 101111 101010 1000011 11111 101100

Color Harmonies of #8C944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C944E

Black with #8C944E

Text Example


Text Example

White with #8C944E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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