#859533

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

Shades of Wasabi #859533

Tints of Wasabi #859533

Color information

#859533 (or 0x859533) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 33. RGB value is (133,149,51). Sum of RGB (Red+Green+Blue) = 133+149+51=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #859533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859533 is #7A6ACC. Grayscale: #858585. Windows color (decimal): -8022733 or 3380613. OLE color: 3380613.

HSL color Cylindrical-coordinate representation of color #859533: hue angle of 69.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #859533 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB13314951-
CMYK0.1100.660.42
HSL69.8º49%39.22%-
HSV(B)69.8º65.77%58.43%-
XYZ21.0226.727.18-
YUV133.0481.7127.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=39.94%
G=44.74%
B=15.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149510.1100.660.4269.84939.22
Hex859533B0422A463127
Octal20522563130102521066147
Binary10000101100101011100111011010000101010101000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859533; }

 p { color: rgb(133,149,51); }

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

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

 a { background-color: rgb(133,149,51); }

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

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

 span { border-color: rgb(133,149,51); }

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