Html Css Color HEX #858E43 Wasabi

📋 copy color: '#858E43'

red 133 ◦ green 142 ◦ blue 67

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

Shades of Wasabi #858E43

Tints of Wasabi #858E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 38.89%
G = 41.52%
B = 19.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#858E43 (or 0x858E43) is known color: Wasabi. HEX triplet: 85, 8E and 43. RGB value is (133,142,67). Sum of RGB (Red+Green+Blue) = 133+142+67=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #858E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E43 is #7A71BC. Grayscale: #838383. Windows color (decimal): -8024509 or 4427397. OLE color: 4427397.

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

Color convert

RGB 133 142 67 -
CMYK 0.06 0 0.53 0.44
HSL 67.2º 0.36% 0.41% -
HSV(B) 67.2º 0.53% 0.56% -
XYZ 20.36 24.74 9.01 -
YUV 130.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 133 142 67 0.06 0 0.53 0.44 67.2 0.36 0.41
Hex 85 8E 43 6 0 35 2C 43 24 29
Octal 205 216 103 6 0 65 54 103 44 51
Binary 10000101 10001110 1000011 110 0 110101 101100 1000011 100100 101001

Color Harmonies of #858E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E43

Black with #858E43

Text Example


Text Example

White with #858E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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