Html Css Color HEX #86912A Wasabi

📋 copy color: '#86912A'

red 134 ◦ green 145 ◦ blue 42

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

Shades of Wasabi #86912A

Tints of Wasabi #86912A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 41.74%
G = 45.17%
B = 13.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#86912A (or 0x86912A) is known color: Wasabi. HEX triplet: 86, 91 and 2A. RGB value is (134,145,42). Sum of RGB (Red+Green+Blue) = 134+145+42=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #86912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86912A is #796ED5. Grayscale: #828282. Windows color (decimal): -7958230 or 2789766. OLE color: 2789766.

HSL color Cylindrical-coordinate representation of color #86912A: hue angle of 66.41º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86912A is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 145 42 -
CMYK 0.08 0 0.71 0.43
HSL 66.41º 0.55% 0.37% -
HSV(B) 66.41º 0.71% 0.57% -
XYZ 20.37 25.49 6.04 -
YUV 129.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 134 145 42 0.08 0 0.71 0.43 66.41 0.55 0.37
Hex 86 91 2A 8 0 47 2B 42 37 25
Octal 206 221 52 10 0 107 53 102 67 45
Binary 10000110 10010001 101010 1000 0 1000111 101011 1000010 110111 100101

Color Harmonies of #86912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86912A

Black with #86912A

Text Example


Text Example

White with #86912A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,145,42); }

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

background-color css

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

 a { background-color: rgb(134,145,42); }

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

border-color css

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

 span { border-color: rgb(134,145,42); }

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