Html Css Color HEX #86993C Wasabi

📋 copy color: '#86993C'

red 134 ◦ green 153 ◦ blue 60

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

Shades of Wasabi #86993C

Tints of Wasabi #86993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 38.62%
G = 44.09%
B = 17.29%

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

#86993C (or 0x86993C) is known color: Wasabi. HEX triplet: 86, 99 and 3C. RGB value is (134,153,60). Sum of RGB (Red+Green+Blue) = 134+153+60=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #86993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86993C is #7966C3. Grayscale: #898989. Windows color (decimal): -7956164 or 3971462. OLE color: 3971462.

HSL color Cylindrical-coordinate representation of color #86993C: hue angle of 72.26º 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 #86993C is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 60 -
CMYK 0.12 0 0.61 0.4
HSL 72.26º 0.44% 0.42% -
HSV(B) 72.26º 0.61% 0.6% -
XYZ 22.04 28.18 8.55 -
YUV 136.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 134 153 60 0.12 0 0.61 0.4 72.26 0.44 0.42
Hex 86 99 3C C 0 3D 28 48 2C 2A
Octal 206 231 74 14 0 75 50 110 54 52
Binary 10000110 10011001 111100 1100 0 111101 101000 1001000 101100 101010

Color Harmonies of #86993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86993C

Black with #86993C

Text Example


Text Example

White with #86993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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