#858932

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

Shades of Wasabi #858932

Tints of Wasabi #858932

Color information

#858932 (or 0x858932) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 32. RGB value is (133,137,50). Sum of RGB (Red+Green+Blue) = 133+137+50=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #858932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858932 is #7A76CD. Grayscale: #7E7E7E. Windows color (decimal): -8025806 or 3312005. OLE color: 3312005.

HSL color Cylindrical-coordinate representation of color #858932: hue angle of 62.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #858932 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13313750-
CMYK0.0300.640.46
HSL62.76º46.52%36.67%-
HSV(B)62.76º63.5%53.73%-
XYZ19.1923.116.47-
YUV125.8985.17133.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=41.56%
G=42.81%
B=15.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137500.0300.640.4662.7646.5236.67
Hex85893230402E3f2f25
Octal205211623010056775745
Binary10000101100010011100101101000000101110111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858932; }

 p { color: rgb(133,137,50); }

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

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

 a { background-color: rgb(133,137,50); }

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

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

 span { border-color: rgb(133,137,50); }

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