#858F2B

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

Shades of Wasabi #858F2B

Tints of Wasabi #858F2B

Color information

#858F2B (or 0x858F2B) is unknown color: approx Wasabi. HEX triplet: 85, 8F and 2B. RGB value is (133,143,43). Sum of RGB (Red+Green+Blue) = 133+143+43=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #858F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F2B is #7A70D4. Grayscale: #808080. Windows color (decimal): -8024277 or 2854789. OLE color: 2854789.

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

Color convert

RGB13314343-
CMYK0.0700.700.44
HSL66º53.76%36.47%-
HSV(B)66º69.93%56.08%-
XYZ19.9324.816.02-
YUV128.6179.69131.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=41.69%
G=44.83%
B=13.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133143430.0700.700.446653.7636.47
Hex858F2B70462C423624
Octal2052175370106541026644
Binary1000010110001111101011111010001101011001000010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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