#8f9431

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

Shades of Wasabi #8F9431

Tints of Wasabi #8F9431

Color information

#8F9431 (or 0x8F9431) is unknown color: approx Wasabi. HEX triplet: 8F, 94 and 31. RGB value is (143,148,49). Sum of RGB (Red+Green+Blue) = 143+148+49=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9431 is #706BCE. Grayscale: #878787. Windows color (decimal): -7367631 or 3249295. OLE color: 3249295.

HSL color Cylindrical-coordinate representation of color #8F9431: hue angle of 63.03º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F9431 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14314849-
CMYK0.0300.670.42
HSL63.03º50.25%38.63%-
HSV(B)63.03º66.89%58.04%-
XYZ22.4727.246.98-
YUV135.2279.34133.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=42.06%
G=43.53%
B=14.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148490.0300.670.4263.0350.2538.63
Hex8F943130432A3f3227
Octal217224613010352776247
Binary10001111100101001100011101000011101010111111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f9431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,49); }

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

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

 a { background-color: rgb(143,148,49); }

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

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

 span { border-color: rgb(143,148,49); }

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