Html Css Color HEX #859942 Wasabi

📋 copy color: '#859942'

red 133 ◦ green 153 ◦ blue 66

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

Shades of Wasabi #859942

Tints of Wasabi #859942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 37.78%
G = 43.47%
B = 18.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#859942 (or 0x859942) is known color: Wasabi. HEX triplet: 85, 99 and 42. RGB value is (133,153,66). Sum of RGB (Red+Green+Blue) = 133+153+66=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #859942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859942 is #7A66BD. Grayscale: #898989. Windows color (decimal): -8021694 or 4364677. OLE color: 4364677.

HSL color Cylindrical-coordinate representation of color #859942: hue angle of 73.79º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #859942 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 66 -
CMYK 0.13 0 0.57 0.4
HSL 73.79º 0.4% 0.43% -
HSV(B) 73.79º 0.57% 0.6% -
XYZ 22.05 28.16 9.43 -
YUV 137.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 133 153 66 0.13 0 0.57 0.4 73.79 0.4 0.43
Hex 85 99 42 D 0 39 28 4A 28 2B
Octal 205 231 102 15 0 71 50 112 50 53
Binary 10000101 10011001 1000010 1101 0 111001 101000 1001010 101000 101011

Color Harmonies of #859942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859942

Black with #859942

Text Example


Text Example

White with #859942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859942; }

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

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

background-color css

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

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

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

border-color css

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

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

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