Html Css Color HEX #8C933D Wasabi

📋 copy color: '#8C933D'

red 140 ◦ green 147 ◦ blue 61

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

Shades of Wasabi #8C933D

Tints of Wasabi #8C933D

RGB

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

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

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

R = 40.23%
G = 42.24%
B = 17.53%

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

#8C933D (or 0x8C933D) is known color: Wasabi. HEX triplet: 8C, 93 and 3D. RGB value is (140,147,61). Sum of RGB (Red+Green+Blue) = 140+147+61=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #8C933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C933D is #736CC2. Grayscale: #878787. Windows color (decimal): -7564483 or 4035468. OLE color: 4035468.

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

Color convert

RGB 140 147 61 -
CMYK 0.05 0 0.59 0.42
HSL 64.88º 0.41% 0.41% -
HSV(B) 64.88º 0.59% 0.58% -
XYZ 22.09 26.78 8.42 -
YUV 135.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 140 147 61 0.05 0 0.59 0.42 64.88 0.41 0.41
Hex 8C 93 3D 5 0 3B 2A 41 29 29
Octal 214 223 75 5 0 73 52 101 51 51
Binary 10001100 10010011 111101 101 0 111011 101010 1000001 101001 101001

Color Harmonies of #8C933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C933D

Black with #8C933D

Text Example


Text Example

White with #8C933D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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