#8C9330

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

Shades of Wasabi #8C9330

Tints of Wasabi #8C9330

Color information

#8C9330 (or 0x8C9330) is unknown color: approx Wasabi. HEX triplet: 8C, 93 and 30. RGB value is (140,147,48). Sum of RGB (Red+Green+Blue) = 140+147+48=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9330 is #736CCF. Grayscale: #868686. Windows color (decimal): -7564496 or 3183500. OLE color: 3183500.

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

Color convert

RGB14014748-
CMYK0.0500.670.42
HSL64.24º50.77%38.24%-
HSV(B)64.24º67.35%57.65%-
XYZ21.7826.666.79-
YUV133.6279.68132.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=41.79%
G=43.88%
B=14.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147480.0500.670.4264.2450.7738.24
Hex8C933050432A403326
Octal2142236050103521006346
Binary1000110010010011110000101010000111010101000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,48); }

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

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

 a { background-color: rgb(140,147,48); }

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

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

 span { border-color: rgb(140,147,48); }

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