Html Css Color HEX #8C934E Wasabi

📋 copy color: '#8C934E'

red 140 ◦ green 147 ◦ blue 78

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

Shades of Wasabi #8C934E

Tints of Wasabi #8C934E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.27%

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

R = 38.36%
G = 40.27%
B = 21.37%

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

#8C934E (or 0x8C934E) is known color: Wasabi. HEX triplet: 8C, 93 and 4E. RGB value is (140,147,78). Sum of RGB (Red+Green+Blue) = 140+147+78=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #8C934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C934E is #736CB1. Grayscale: #898989. Windows color (decimal): -7564466 or 5149580. OLE color: 5149580.

HSL color Cylindrical-coordinate representation of color #8C934E: hue angle of 66.09º 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 #8C934E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 147 78 -
CMYK 0.05 0 0.47 0.42
HSL 66.09º 0.31% 0.44% -
HSV(B) 66.09º 0.47% 0.58% -
XYZ 22.62 26.99 11.23 -
YUV 137.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 140 147 78 0.05 0 0.47 0.42 66.09 0.31 0.44
Hex 8C 93 4E 5 0 2F 2A 42 1F 2C
Octal 214 223 116 5 0 57 52 102 37 54
Binary 10001100 10010011 1001110 101 0 101111 101010 1000010 11111 101100

Color Harmonies of #8C934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C934E

Black with #8C934E

Text Example


Text Example

White with #8C934E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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