Html Css Color HEX #86993B Wasabi

📋 copy color: '#86993B'

red 134 ◦ green 153 ◦ blue 59

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

Shades of Wasabi #86993B

Tints of Wasabi #86993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 38.73%
G = 44.22%
B = 17.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#86993B (or 0x86993B) is known color: Wasabi. HEX triplet: 86, 99 and 3B. RGB value is (134,153,59). Sum of RGB (Red+Green+Blue) = 134+153+59=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #86993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86993B is #7966C4. Grayscale: #888888. Windows color (decimal): -7956165 or 3905926. OLE color: 3905926.

HSL color Cylindrical-coordinate representation of color #86993B: hue angle of 72.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86993B is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 59 -
CMYK 0.12 0 0.61 0.4
HSL 72.13º 0.44% 0.42% -
HSV(B) 72.13º 0.61% 0.6% -
XYZ 22.01 28.17 8.41 -
YUV 136.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 134 153 59 0.12 0 0.61 0.4 72.13 0.44 0.42
Hex 86 99 3B C 0 3D 28 48 2C 2A
Octal 206 231 73 14 0 75 50 110 54 52
Binary 10000110 10011001 111011 1100 0 111101 101000 1001000 101100 101010

Color Harmonies of #86993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86993B

Black with #86993B

Text Example


Text Example

White with #86993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86993B; }

 p { color: rgb(134,153,59); }

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

background-color css

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

 a { background-color: rgb(134,153,59); }

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

border-color css

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

 span { border-color: rgb(134,153,59); }

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