Html Css Color HEX #8C9336 Wasabi

📋 copy color: '#8C9336'

red 140 ◦ green 147 ◦ blue 54

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

Shades of Wasabi #8C9336

Tints of Wasabi #8C9336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 41.06%
G = 43.11%
B = 15.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#8C9336 (or 0x8C9336) is known color: Wasabi. HEX triplet: 8C, 93 and 36. RGB value is (140,147,54). Sum of RGB (Red+Green+Blue) = 140+147+54=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9336 is #736CC9. Grayscale: #868686. Windows color (decimal): -7564490 or 3576716. OLE color: 3576716.

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

Color convert

RGB 140 147 54 -
CMYK 0.05 0 0.63 0.42
HSL 64.52º 0.46% 0.39% -
HSV(B) 64.52º 0.63% 0.58% -
XYZ 21.91 26.71 7.49 -
YUV 134.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 140 147 54 0.05 0 0.63 0.42 64.52 0.46 0.39
Hex 8C 93 36 5 0 3F 2A 41 2E 27
Octal 214 223 66 5 0 77 52 101 56 47
Binary 10001100 10010011 110110 101 0 111111 101010 1000001 101110 100111

Color Harmonies of #8C9336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9336

Black with #8C9336

Text Example


Text Example

White with #8C9336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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