Html Css Color HEX #8C933C Wasabi

📋 copy color: '#8C933C'

red 140 ◦ green 147 ◦ blue 60

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

Shades of Wasabi #8C933C

Tints of Wasabi #8C933C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 40.35%
G = 42.36%
B = 17.29%

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

#8C933C (or 0x8C933C) is known color: Wasabi. HEX triplet: 8C, 93 and 3C. RGB value is (140,147,60). Sum of RGB (Red+Green+Blue) = 140+147+60=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #8C933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C933C is #736CC3. Grayscale: #878787. Windows color (decimal): -7564484 or 3969932. OLE color: 3969932.

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

Color convert

RGB 140 147 60 -
CMYK 0.05 0 0.59 0.42
HSL 64.83º 0.42% 0.41% -
HSV(B) 64.83º 0.59% 0.58% -
XYZ 22.06 26.77 8.28 -
YUV 134.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 140 147 60 0.05 0 0.59 0.42 64.83 0.42 0.41
Hex 8C 93 3C 5 0 3B 2A 41 2A 29
Octal 214 223 74 5 0 73 52 101 52 51
Binary 10001100 10010011 111100 101 0 111011 101010 1000001 101010 101001

Color Harmonies of #8C933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C933C

Black with #8C933C

Text Example


Text Example

White with #8C933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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