#8C954A

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

Shades of Wasabi #8C954A

Tints of Wasabi #8C954A

Color information

#8C954A (or 0x8C954A) is unknown color: approx Wasabi. HEX triplet: 8C, 95 and 4A. RGB value is (140,149,74). Sum of RGB (Red+Green+Blue) = 140+149+74=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #8C954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C954A is #736AB5. Grayscale: #8A8A8A. Windows color (decimal): -7563958 or 4887948. OLE color: 4887948.

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

Color convert

RGB14014974-
CMYK0.0600.500.42
HSL67.2º33.63%43.73%-
HSV(B)67.2º50.34%58.43%-
XYZ22.827.5610.6-
YUV137.7692.02129.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=38.57%
G=41.05%
B=20.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140149740.0600.500.4267.233.6343.73
Hex8C954A60322A43222c
Octal2142251126062521034254
Binary1000110010010101100101011001100101010101000011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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