Html Css Color HEX #8C953A Wasabi

📋 copy color: '#8C953A'

red 140 ◦ green 149 ◦ blue 58

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

Shades of Wasabi #8C953A

Tints of Wasabi #8C953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 40.35%
G = 42.94%
B = 16.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#8C953A (or 0x8C953A) is known color: Wasabi. HEX triplet: 8C, 95 and 3A. RGB value is (140,149,58). Sum of RGB (Red+Green+Blue) = 140+149+58=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #8C953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C953A is #736AC5. Grayscale: #888888. Windows color (decimal): -7563974 or 3839372. OLE color: 3839372.

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

Color convert

RGB 140 149 58 -
CMYK 0.06 0 0.61 0.42
HSL 65.93º 0.44% 0.41% -
HSV(B) 65.93º 0.61% 0.58% -
XYZ 22.33 27.38 8.11 -
YUV 135.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 140 149 58 0.06 0 0.61 0.42 65.93 0.44 0.41
Hex 8C 95 3A 6 0 3D 2A 42 2C 29
Octal 214 225 72 6 0 75 52 102 54 51
Binary 10001100 10010101 111010 110 0 111101 101010 1000010 101100 101001

Color Harmonies of #8C953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C953A

Black with #8C953A

Text Example


Text Example

White with #8C953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,58); }

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

background-color css

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

 a { background-color: rgb(140,149,58); }

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

border-color css

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

 span { border-color: rgb(140,149,58); }

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