#8CA440

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

Shades of Wasabi #8CA440

Tints of Wasabi #8CA440

Color information

#8CA440 (or 0x8CA440) is unknown color: approx Wasabi. HEX triplet: 8C, A4 and 40. RGB value is (140,164,64). Sum of RGB (Red+Green+Blue) = 140+164+64=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA440 is #735BBF. Grayscale: #919191. Windows color (decimal): -7560128 or 4236428. OLE color: 4236428.

HSL color Cylindrical-coordinate representation of color #8CA440: hue angle of 74.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CA440 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB14016464-
CMYK0.1500.610.36
HSL74.4º43.86%44.71%-
HSV(B)74.4º60.98%64.31%-
XYZ25.0232.59.8-
YUV145.4282.05124.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=38.04%
G=44.57%
B=17.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140164640.1500.610.3674.443.8644.71
Hex8CA440F03D244a2c2d
Octal21424410017075441125455
Binary10001100101001001000000111101111011001001001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,64); }

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

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

 a { background-color: rgb(140,164,64); }

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

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

 span { border-color: rgb(140,164,64); }

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