Html Css Color HEX #8C9D41 Wasabi

📋 copy color: '#8C9D41'

red 140 ◦ green 157 ◦ blue 65

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

Shades of Wasabi #8C9D41

Tints of Wasabi #8C9D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.37%

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 38.67%
G = 43.37%
B = 17.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#8C9D41 (or 0x8C9D41) is known color: Wasabi. HEX triplet: 8C, 9D and 41. RGB value is (140,157,65). Sum of RGB (Red+Green+Blue) = 140+157+65=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9D41 is #7362BE. Grayscale: #8D8D8D. Windows color (decimal): -7561919 or 4300172. OLE color: 4300172.

HSL color Cylindrical-coordinate representation of color #8C9D41: hue angle of 71.09º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C9D41 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 157 65 -
CMYK 0.11 0 0.59 0.38
HSL 71.09º 0.41% 0.44% -
HSV(B) 71.09º 0.59% 0.62% -
XYZ 23.83 30.07 9.55 -
YUV 141.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 140 157 65 0.11 0 0.59 0.38 71.09 0.41 0.44
Hex 8C 9D 41 B 0 3B 26 47 29 2C
Octal 214 235 101 13 0 73 46 107 51 54
Binary 10001100 10011101 1000001 1011 0 111011 100110 1000111 101001 101100

Color Harmonies of #8C9D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9D41

Black with #8C9D41

Text Example


Text Example

White with #8C9D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,65); }

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

background-color css

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

 a { background-color: rgb(140,157,65); }

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

border-color css

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

 span { border-color: rgb(140,157,65); }

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