Html Css Color HEX #859B40 Wasabi

📋 copy color: '#859B40'

red 133 ◦ green 155 ◦ blue 64

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

Shades of Wasabi #859B40

Tints of Wasabi #859B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 37.78%
G = 44.03%
B = 18.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#859B40 (or 0x859B40) is known color: Wasabi. HEX triplet: 85, 9B and 40. RGB value is (133,155,64). Sum of RGB (Red+Green+Blue) = 133+155+64=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #859B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B40 is #7A64BF. Grayscale: #8A8A8A. Windows color (decimal): -8021184 or 4234117. OLE color: 4234117.

HSL color Cylindrical-coordinate representation of color #859B40: hue angle of 74.51º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #859B40 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 64 -
CMYK 0.14 0 0.59 0.39
HSL 74.51º 0.42% 0.43% -
HSV(B) 74.51º 0.59% 0.61% -
XYZ 22.32 28.8 9.23 -
YUV 138.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 133 155 64 0.14 0 0.59 0.39 74.51 0.42 0.43
Hex 85 9B 40 E 0 3B 27 4B 2A 2B
Octal 205 233 100 16 0 73 47 113 52 53
Binary 10000101 10011011 1000000 1110 0 111011 100111 1001011 101010 101011

Color Harmonies of #859B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B40

Black with #859B40

Text Example


Text Example

White with #859B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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