#8F9333

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

Shades of Wasabi #8F9333

Tints of Wasabi #8F9333

Color information

#8F9333 (or 0x8F9333) is unknown color: approx Wasabi. HEX triplet: 8F, 93 and 33. RGB value is (143,147,51). Sum of RGB (Red+Green+Blue) = 143+147+51=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9333 is #706CCC. Grayscale: #878787. Windows color (decimal): -7367885 or 3380111. OLE color: 3380111.

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

Color convert

RGB14314751-
CMYK0.0300.650.42
HSL62.5º48.48%38.82%-
HSV(B)62.5º65.31%57.65%-
XYZ22.3626.957.15-
YUV134.8680.67133.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.94%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=41.94%
G=43.11%
B=14.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143147510.0300.650.4262.548.4838.82
Hex8F933330412A3e3027
Octal217223633010152766047
Binary10001111100100111100111101000001101010111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,51); }

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

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

 a { background-color: rgb(143,147,51); }

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

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

 span { border-color: rgb(143,147,51); }

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