#859150

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

Shades of Wasabi #859150

Tints of Wasabi #859150

Color information

#859150 (or 0x859150) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 50. RGB value is (133,145,80). Sum of RGB (Red+Green+Blue) = 133+145+80=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #859150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859150 is #7A6EAF. Grayscale: #868686. Windows color (decimal): -8023728 or 5280133. OLE color: 5280133.

HSL color Cylindrical-coordinate representation of color #859150: hue angle of 71.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859150 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13314580-
CMYK0.0800.450.43
HSL71.08º28.89%44.12%-
HSV(B)71.08º44.83%56.86%-
XYZ21.2525.8211.45-
YUV13497.52127.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=37.15%
G=40.50%
B=22.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145800.0800.450.4371.0828.8944.12
Hex859150802D2B471d2c
Octal20522112010055531073554
Binary1000010110010001101000010000101101101011100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859150; }

 p { color: rgb(133,145,80); }

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

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

 a { background-color: rgb(133,145,80); }

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

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

 span { border-color: rgb(133,145,80); }

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