#858F2A

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

Shades of Wasabi #858F2A

Tints of Wasabi #858F2A

Color information

#858F2A (or 0x858F2A) is unknown color: approx Wasabi. HEX triplet: 85, 8F and 2A. RGB value is (133,143,42). Sum of RGB (Red+Green+Blue) = 133+143+42=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #858F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F2A is #7A70D5. Grayscale: #808080. Windows color (decimal): -8024278 or 2789253. OLE color: 2789253.

HSL color Cylindrical-coordinate representation of color #858F2A: hue angle of 65.94º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858F2A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB13314342-
CMYK0.0700.710.44
HSL65.94º54.59%36.27%-
HSV(B)65.94º70.63%56.08%-
XYZ19.9124.85.93-
YUV128.579.19131.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=41.82%
G=44.97%
B=13.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133143420.0700.710.4465.9454.5936.27
Hex858F2A70472C423724
Octal2052175270107541026744
Binary1000010110001111101010111010001111011001000010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858F2A; }

 p { color: rgb(133,143,42); }

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

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

 a { background-color: rgb(133,143,42); }

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

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

 span { border-color: rgb(133,143,42); }

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