#8C9E3F

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

Shades of Wasabi #8C9E3F

Tints of Wasabi #8C9E3F

Color information

#8C9E3F (or 0x8C9E3F) is unknown color: approx Wasabi. HEX triplet: 8C, 9E and 3F. RGB value is (140,158,63). Sum of RGB (Red+Green+Blue) = 140+158+63=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9E3F is #7361C0. Grayscale: #8E8E8E. Windows color (decimal): -7561665 or 4169356. OLE color: 4169356.

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

Color convert

RGB14015863-
CMYK0.1100.600.38
HSL71.37º42.99%43.33%-
HSV(B)71.37º60.13%61.96%-
XYZ23.9430.399.31-
YUV141.7983.54126.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 63 (25% from 255) = 17.45%
R=38.78%
G=43.77%
B=17.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140158630.1100.600.3871.3742.9943.33
Hex8C9E3FB03C26472b2b
Octal2142367713074461075353
Binary1000110010011110111111101101111001001101000111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,63); }

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

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

 a { background-color: rgb(140,158,63); }

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

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

 span { border-color: rgb(140,158,63); }

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