Html Css Color HEX #858D40 Wasabi

📋 copy color: '#858D40'

red 133 ◦ green 141 ◦ blue 64

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

Shades of Wasabi #858D40

Tints of Wasabi #858D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.72%

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

R = 39.35%
G = 41.72%
B = 18.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#858D40 (or 0x858D40) is known color: Wasabi. HEX triplet: 85, 8D and 40. RGB value is (133,141,64). Sum of RGB (Red+Green+Blue) = 133+141+64=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #858D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D40 is #7A72BF. Grayscale: #828282. Windows color (decimal): -8024768 or 4230533. OLE color: 4230533.

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

Color convert

RGB 133 141 64 -
CMYK 0.06 0 0.55 0.45
HSL 66.23º 0.38% 0.4% -
HSV(B) 66.23º 0.55% 0.55% -
XYZ 20.12 24.41 8.5 -
YUV 129.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 133 141 64 0.06 0 0.55 0.45 66.23 0.38 0.4
Hex 85 8D 40 6 0 37 2D 42 26 28
Octal 205 215 100 6 0 67 55 102 46 50
Binary 10000101 10001101 1000000 110 0 110111 101101 1000010 100110 101000

Color Harmonies of #858D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D40

Black with #858D40

Text Example


Text Example

White with #858D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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