#858933

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

Shades of Wasabi #858933

Tints of Wasabi #858933

Color information

#858933 (or 0x858933) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 33. RGB value is (133,137,51). Sum of RGB (Red+Green+Blue) = 133+137+51=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #858933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858933 is #7A76CC. Grayscale: #7E7E7E. Windows color (decimal): -8025805 or 3377541. OLE color: 3377541.

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

Color convert

RGB13313751-
CMYK0.0300.630.46
HSL62.79º45.74%36.86%-
HSV(B)62.79º62.77%53.73%-
XYZ19.2223.126.58-
YUV12685.67132.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=41.43%
G=42.68%
B=15.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137510.0300.630.4662.7945.7436.86
Hex858933303F2E3f2e25
Octal20521163307756775645
Binary1000010110001001110011110111111101110111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858933; }

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

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

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

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

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

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

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

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