Html Css Color HEX #86954D Wasabi

📋 copy color: '#86954D'

red 134 ◦ green 149 ◦ blue 77

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

Shades of Wasabi #86954D

Tints of Wasabi #86954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 37.22%
G = 41.39%
B = 21.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#86954D (or 0x86954D) is known color: Wasabi. HEX triplet: 86, 95 and 4D. RGB value is (134,149,77). Sum of RGB (Red+Green+Blue) = 134+149+77=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #86954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86954D is #796AB2. Grayscale: #888888. Windows color (decimal): -7957171 or 5084550. OLE color: 5084550.

HSL color Cylindrical-coordinate representation of color #86954D: hue angle of 72.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86954D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 77 -
CMYK 0.10 0 0.48 0.42
HSL 72.5º 0.32% 0.44% -
HSV(B) 72.5º 0.48% 0.58% -
XYZ 21.92 27.1 11.1 -
YUV 136.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 134 149 77 0.10 0 0.48 0.42 72.5 0.32 0.44
Hex 86 95 4D A 0 30 2A 48 20 2C
Octal 206 225 115 12 0 60 52 110 40 54
Binary 10000110 10010101 1001101 1010 0 110000 101010 1001000 100000 101100

Color Harmonies of #86954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86954D

Black with #86954D

Text Example


Text Example

White with #86954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86954D; }

 p { color: rgb(134,149,77); }

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

background-color css

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

 a { background-color: rgb(134,149,77); }

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

border-color css

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

 span { border-color: rgb(134,149,77); }

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