Html Css Color HEX #86964A Wasabi

📋 copy color: '#86964A'

red 134 ◦ green 150 ◦ blue 74

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

Shades of Wasabi #86964A

Tints of Wasabi #86964A

RGB

 RED value IS 134 (52.73% from 255) = 37.43%

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 37.43%
G = 41.9%
B = 20.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#86964A (or 0x86964A) is known color: Wasabi. HEX triplet: 86, 96 and 4A. RGB value is (134,150,74). Sum of RGB (Red+Green+Blue) = 134+150+74=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #86964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86964A is #7969B5. Grayscale: #888888. Windows color (decimal): -7956918 or 4888198. OLE color: 4888198.

HSL color Cylindrical-coordinate representation of color #86964A: hue angle of 72.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86964A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 74 -
CMYK 0.11 0 0.51 0.41
HSL 72.63º 0.34% 0.44% -
HSV(B) 72.63º 0.51% 0.59% -
XYZ 21.97 27.38 10.6 -
YUV 136.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 134 150 74 0.11 0 0.51 0.41 72.63 0.34 0.44
Hex 86 96 4A B 0 33 29 49 22 2C
Octal 206 226 112 13 0 63 51 111 42 54
Binary 10000110 10010110 1001010 1011 0 110011 101001 1001001 100010 101100

Color Harmonies of #86964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86964A

Black with #86964A

Text Example


Text Example

White with #86964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86964A; }

 p { color: rgb(134,150,74); }

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

background-color css

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

 a { background-color: rgb(134,150,74); }

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

border-color css

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

 span { border-color: rgb(134,150,74); }

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