Html Css Color HEX #8C943D Wasabi

📋 copy color: '#8C943D'

red 140 ◦ green 148 ◦ blue 61

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

Shades of Wasabi #8C943D

Tints of Wasabi #8C943D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 40.11%
G = 42.41%
B = 17.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#8C943D (or 0x8C943D) is known color: Wasabi. HEX triplet: 8C, 94 and 3D. RGB value is (140,148,61). Sum of RGB (Red+Green+Blue) = 140+148+61=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #8C943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C943D is #736BC2. Grayscale: #888888. Windows color (decimal): -7564227 or 4035724. OLE color: 4035724.

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

Color convert

RGB 140 148 61 -
CMYK 0.05 0 0.59 0.42
HSL 65.52º 0.42% 0.41% -
HSV(B) 65.52º 0.59% 0.58% -
XYZ 22.25 27.09 8.47 -
YUV 135.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 140 148 61 0.05 0 0.59 0.42 65.52 0.42 0.41
Hex 8C 94 3D 5 0 3B 2A 42 2A 29
Octal 214 224 75 5 0 73 52 102 52 51
Binary 10001100 10010100 111101 101 0 111011 101010 1000010 101010 101001

Color Harmonies of #8C943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C943D

Black with #8C943D

Text Example


Text Example

White with #8C943D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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