Html Css Color HEX #859E42 Wasabi

📋 copy color: '#859E42'

red 133 ◦ green 158 ◦ blue 66

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

Shades of Wasabi #859E42

Tints of Wasabi #859E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 37.25%
G = 44.26%
B = 18.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#859E42 (or 0x859E42) is known color: Wasabi. HEX triplet: 85, 9E and 42. RGB value is (133,158,66). Sum of RGB (Red+Green+Blue) = 133+158+66=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #859E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859E42 is #7A61BD. Grayscale: #8C8C8C. Windows color (decimal): -8020414 or 4365957. OLE color: 4365957.

HSL color Cylindrical-coordinate representation of color #859E42: hue angle of 76.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #859E42 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 158 66 -
CMYK 0.16 0 0.58 0.38
HSL 76.3º 0.41% 0.44% -
HSV(B) 76.3º 0.58% 0.62% -
XYZ 22.88 29.83 9.71 -
YUV 140.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 133 158 66 0.16 0 0.58 0.38 76.3 0.41 0.44
Hex 85 9E 42 10 0 3A 26 4C 29 2C
Octal 205 236 102 20 0 72 46 114 51 54
Binary 10000101 10011110 1000010 10000 0 111010 100110 1001100 101001 101100

Color Harmonies of #859E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E42

Black with #859E42

Text Example


Text Example

White with #859E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859E42; }

 p { color: rgb(133,158,66); }

 H1.HeaderClassName
 {
   color: #859E42;
 }
 .AnyTagClassName
 {
   color: #859E42;
 }
</style>

background-color css

<style>
 a { background-color: #859E42; }

 a { background-color: rgb(133,158,66); }

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

border-color css

<style>
 span { border-color: #859E42; }

 span { border-color: rgb(133,158,66); }

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