Html Css Color HEX #858A4D Wasabi

📋 copy color: '#858A4D'

red 133 ◦ green 138 ◦ blue 77

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

Shades of Wasabi #858A4D

Tints of Wasabi #858A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 38.22%
G = 39.66%
B = 22.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#858A4D (or 0x858A4D) is known color: Wasabi. HEX triplet: 85, 8A and 4D. RGB value is (133,138,77). Sum of RGB (Red+Green+Blue) = 133+138+77=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #858A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A4D is #7A75B2. Grayscale: #818181. Windows color (decimal): -8025523 or 5081733. OLE color: 5081733.

HSL color Cylindrical-coordinate representation of color #858A4D: hue angle of 64.92º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858A4D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 77 -
CMYK 0.04 0 0.44 0.46
HSL 64.92º 0.28% 0.42% -
HSV(B) 64.92º 0.44% 0.54% -
XYZ 20.1 23.7 10.54 -
YUV 129.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 133 138 77 0.04 0 0.44 0.46 64.92 0.28 0.42
Hex 85 8A 4D 4 0 2C 2E 41 1C 2A
Octal 205 212 115 4 0 54 56 101 34 52
Binary 10000101 10001010 1001101 100 0 101100 101110 1000001 11100 101010

Color Harmonies of #858A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A4D

Black with #858A4D

Text Example


Text Example

White with #858A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,138,77); }

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

background-color css

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

 a { background-color: rgb(133,138,77); }

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

border-color css

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

 span { border-color: rgb(133,138,77); }

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