#8C9F46

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

Shades of Wasabi #8C9F46

Tints of Wasabi #8C9F46

Color information

#8C9F46 (or 0x8C9F46) is unknown color: approx Wasabi. HEX triplet: 8C, 9F and 46. RGB value is (140,159,70). Sum of RGB (Red+Green+Blue) = 140+159+70=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F46 is #7360B9. Grayscale: #8F8F8F. Windows color (decimal): -7561402 or 4628364. OLE color: 4628364.

HSL color Cylindrical-coordinate representation of color #8C9F46: hue angle of 72.81º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C9F46 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB14015970-
CMYK0.1200.560.38
HSL72.81º38.86%44.9%-
HSV(B)72.81º55.97%62.35%-
XYZ24.3230.8110.46-
YUV143.1786.71125.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=37.94%
G=43.09%
B=18.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140159700.1200.560.3872.8138.8644.9
Hex8C9F46C0382649272d
Octal21423710614070461114755
Binary10001100100111111000110110001110001001101001001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,159,70); }

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

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

 a { background-color: rgb(140,159,70); }

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

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

 span { border-color: rgb(140,159,70); }

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