#8F984C

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

Shades of Wasabi #8F984C

Tints of Wasabi #8F984C

Color information

#8F984C (or 0x8F984C) is unknown color: approx Wasabi. HEX triplet: 8F, 98 and 4C. RGB value is (143,152,76). Sum of RGB (Red+Green+Blue) = 143+152+76=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #8F984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F984C is #7067B3. Grayscale: #8C8C8C. Windows color (decimal): -7366580 or 5019791. OLE color: 5019791.

HSL color Cylindrical-coordinate representation of color #8F984C: hue angle of 67.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F984C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB14315276-
CMYK0.0600.500.40
HSL67.11º33.33%44.71%-
HSV(B)67.11º50%59.61%-
XYZ23.8628.8211.14-
YUV140.6491.52129.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=38.54%
G=40.97%
B=20.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152760.0600.500.4067.1133.3344.71
Hex8F984C60322843212d
Octal2172301146062501034155
Binary1000111110011000100110011001100101010001000011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,76); }

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

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

 a { background-color: rgb(143,152,76); }

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

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

 span { border-color: rgb(143,152,76); }

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