Html Css Color HEX #858E40 Wasabi

📋 copy color: '#858E40'

red 133 ◦ green 142 ◦ blue 64

#858E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #858E40

Tints of Wasabi #858E40

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 142 (55.86% from 255) = 41.89%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 39.23%
G = 41.89%
B = 18.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#858E40 (or 0x858E40) is known color: Wasabi. HEX triplet: 85, 8E and 40. RGB value is (133,142,64). Sum of RGB (Red+Green+Blue) = 133+142+64=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #858E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E40 is #7A71BF. Grayscale: #828282. Windows color (decimal): -8024512 or 4230789. OLE color: 4230789.

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

Color convert

RGB 133 142 64 -
CMYK 0.06 0 0.55 0.44
HSL 66.92º 0.38% 0.4% -
HSV(B) 66.92º 0.55% 0.56% -
XYZ 20.27 24.7 8.55 -
YUV 130.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 133 142 64 0.06 0 0.55 0.44 66.92 0.38 0.4
Hex 85 8E 40 6 0 37 2C 43 26 28
Octal 205 216 100 6 0 67 54 103 46 50
Binary 10000101 10001110 1000000 110 0 110111 101100 1000011 100110 101000

Color Harmonies of #858E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E40

Black with #858E40

Text Example


Text Example

White with #858E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,64); }

 H1.HeaderClassName
 {
   color: #858E40;
 }
 .AnyTagClassName
 {
   color: #858E40;
 }
</style>

background-color css

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

 a { background-color: rgb(133,142,64); }

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

border-color css

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

 span { border-color: rgb(133,142,64); }

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