#8C983F

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

Shades of Wasabi #8C983F

Tints of Wasabi #8C983F

Color information

#8C983F (or 0x8C983F) is unknown color: approx Wasabi. HEX triplet: 8C, 98 and 3F. RGB value is (140,152,63). Sum of RGB (Red+Green+Blue) = 140+152+63=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #8C983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C983F is #7367C0. Grayscale: #8A8A8A. Windows color (decimal): -7563201 or 4167820. OLE color: 4167820.

HSL color Cylindrical-coordinate representation of color #8C983F: hue angle of 68.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C983F is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB14015263-
CMYK0.0800.590.40
HSL68.09º41.4%42.16%-
HSV(B)68.09º58.55%59.61%-
XYZ22.9428.398.97-
YUV138.2785.52129.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 63 (25% from 255) = 17.75%
R=39.44%
G=42.82%
B=17.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140152630.0800.590.4068.0941.442.16
Hex8C983F803B2844292a
Octal2142307710073501045152
Binary1000110010011000111111100001110111010001000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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