Html Css Color HEX #86982D Wasabi

📋 copy color: '#86982D'

red 134 ◦ green 152 ◦ blue 45

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

Shades of Wasabi #86982D

Tints of Wasabi #86982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.92%

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 40.48%
G = 45.92%
B = 13.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#86982D (or 0x86982D) is known color: Wasabi. HEX triplet: 86, 98 and 2D. RGB value is (134,152,45). Sum of RGB (Red+Green+Blue) = 134+152+45=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #86982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86982D is #7967D2. Grayscale: #868686. Windows color (decimal): -7956435 or 2988166. OLE color: 2988166.

HSL color Cylindrical-coordinate representation of color #86982D: hue angle of 70.09º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86982D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 45 -
CMYK 0.12 0 0.70 0.40
HSL 70.09º 0.54% 0.39% -
HSV(B) 70.09º 0.7% 0.6% -
XYZ 21.53 27.71 6.7 -
YUV 134.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 134 152 45 0.12 0 0.70 0.40 70.09 0.54 0.39
Hex 86 98 2D C 0 46 28 46 36 27
Octal 206 230 55 14 0 106 50 106 66 47
Binary 10000110 10011000 101101 1100 0 1000110 101000 1000110 110110 100111

Color Harmonies of #86982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86982D

Black with #86982D

Text Example


Text Example

White with #86982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,152,45); }

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

background-color css

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

 a { background-color: rgb(134,152,45); }

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

border-color css

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

 span { border-color: rgb(134,152,45); }

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