Html Css Color HEX #8C933F Wasabi

📋 copy color: '#8C933F'

red 140 ◦ green 147 ◦ blue 63

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

Shades of Wasabi #8C933F

Tints of Wasabi #8C933F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18%

R = 40%
G = 42%
B = 18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#8C933F (or 0x8C933F) is known color: Wasabi. HEX triplet: 8C, 93 and 3F. RGB value is (140,147,63). Sum of RGB (Red+Green+Blue) = 140+147+63=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #8C933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C933F is #736CC0. Grayscale: #878787. Windows color (decimal): -7564481 or 4166540. OLE color: 4166540.

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

Color convert

RGB 140 147 63 -
CMYK 0.05 0 0.57 0.42
HSL 65º 0.4% 0.41% -
HSV(B) 65º 0.57% 0.58% -
XYZ 22.15 26.8 8.71 -
YUV 135.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 140 147 63 0.05 0 0.57 0.42 65 0.4 0.41
Hex 8C 93 3F 5 0 39 2A 41 28 29
Octal 214 223 77 5 0 71 52 101 50 51
Binary 10001100 10010011 111111 101 0 111001 101010 1000001 101000 101001

Color Harmonies of #8C933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C933F

Black with #8C933F

Text Example


Text Example

White with #8C933F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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