#8C8F35

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

Shades of Wasabi #8C8F35

Tints of Wasabi #8C8F35

Color information

#8C8F35 (or 0x8C8F35) is unknown color: approx Wasabi. HEX triplet: 8C, 8F and 35. RGB value is (140,143,53). Sum of RGB (Red+Green+Blue) = 140+143+53=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8F35 is #7370CA. Grayscale: #848484. Windows color (decimal): -7565515 or 3510156. OLE color: 3510156.

HSL color Cylindrical-coordinate representation of color #8C8F35: hue angle of 62º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C8F35 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB14014353-
CMYK0.0200.630.44
HSL62º45.92%38.43%-
HSV(B)62º62.94%56.08%-
XYZ21.2825.487.16-
YUV131.8483.51133.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=41.67%
G=42.56%
B=15.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140143530.0200.630.446245.9238.43
Hex8C8F35203F2C3e2e26
Octal21421765207754765646
Binary1000110010001111110101100111111101100111110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,143,53); }

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

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

 a { background-color: rgb(140,143,53); }

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

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

 span { border-color: rgb(140,143,53); }

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