#859A2C

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

Shades of Wasabi #859A2C

Tints of Wasabi #859A2C

Color information

#859A2C (or 0x859A2C) is unknown color: approx Wasabi. HEX triplet: 85, 9A and 2C. RGB value is (133,154,44). Sum of RGB (Red+Green+Blue) = 133+154+44=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #859A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A2C is #7A65D3. Grayscale: #878787. Windows color (decimal): -8021460 or 2923141. OLE color: 2923141.

HSL color Cylindrical-coordinate representation of color #859A2C: hue angle of 71.45º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #859A2C is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB13315444-
CMYK0.1400.710.40
HSL71.45º55.56%38.82%-
HSV(B)71.45º71.43%60.39%-
XYZ21.6828.286.7-
YUV135.1876.54126.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 44 (17.58% from 255) = 13.29%
R=40.18%
G=46.53%
B=13.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133154440.1400.710.4071.4555.5638.82
Hex859A2CE04728473827
Octal20523254160107501077047
Binary10000101100110101011001110010001111010001000111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859A2C; }

 p { color: rgb(133,154,44); }

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

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

 a { background-color: rgb(133,154,44); }

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

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

 span { border-color: rgb(133,154,44); }

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