#8C954E

Color #8C954E Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8C954E

Tints of Wasabi #8C954E

Color information

#8C954E (or 0x8C954E) is unknown color: approx Wasabi. HEX triplet: 8C, 95 and 4E. RGB value is (140,149,78). Sum of RGB (Red+Green+Blue) = 140+149+78=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #8C954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C954E is #736AB1. Grayscale: #8A8A8A. Windows color (decimal): -7563954 or 5150092. OLE color: 5150092.

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

Color convert

RGB14014978-
CMYK0.0600.480.42
HSL67.61º31.28%44.51%-
HSV(B)67.61º47.65%58.43%-
XYZ22.9427.6211.33-
YUV138.2194.02129.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=38.15%
G=40.60%
B=21.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140149780.0600.480.4267.6131.2844.51
Hex8C954E60302A441f2d
Octal2142251166060521043755
Binary100011001001010110011101100110000101010100010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C954E;
 }
 .AnyTagClassName
 {
   color: #8C954E;
 }
</style>
background-color css

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

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

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

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

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

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