#859151

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

Shades of Wasabi #859151

Tints of Wasabi #859151

Color information

#859151 (or 0x859151) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 51. RGB value is (133,145,81). Sum of RGB (Red+Green+Blue) = 133+145+81=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #859151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859151 is #7A6EAE. Grayscale: #868686. Windows color (decimal): -8023727 or 5345669. OLE color: 5345669.

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

Color convert

RGB13314581-
CMYK0.0800.440.43
HSL71.25º28.32%44.31%-
HSV(B)71.25º44.14%56.86%-
XYZ21.2825.8311.65-
YUV134.1298.02127.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=37.05%
G=40.39%
B=22.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145810.0800.440.4371.2528.3244.31
Hex859151802C2B471c2c
Octal20522112110054531073454
Binary1000010110010001101000110000101100101011100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859151; }

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

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

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

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

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

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

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

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