Html Css Color HEX #859D42 Wasabi

📋 copy color: '#859D42'

red 133 ◦ green 157 ◦ blue 66

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

Shades of Wasabi #859D42

Tints of Wasabi #859D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

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

R = 37.36%
G = 44.1%
B = 18.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#859D42 (or 0x859D42) is known color: Wasabi. HEX triplet: 85, 9D and 42. RGB value is (133,157,66). Sum of RGB (Red+Green+Blue) = 133+157+66=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #859D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D42 is #7A62BD. Grayscale: #8B8B8B. Windows color (decimal): -8020670 or 4365701. OLE color: 4365701.

HSL color Cylindrical-coordinate representation of color #859D42: hue angle of 75.82º 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 #859D42 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 66 -
CMYK 0.15 0 0.58 0.38
HSL 75.82º 0.41% 0.44% -
HSV(B) 75.82º 0.58% 0.62% -
XYZ 22.71 29.49 9.65 -
YUV 139.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 133 157 66 0.15 0 0.58 0.38 75.82 0.41 0.44
Hex 85 9D 42 F 0 3A 26 4C 29 2C
Octal 205 235 102 17 0 72 46 114 51 54
Binary 10000101 10011101 1000010 1111 0 111010 100110 1001100 101001 101100

Color Harmonies of #859D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D42

Black with #859D42

Text Example


Text Example

White with #859D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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