#86914B

Color #86914B Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #86914B

Tints of Wasabi #86914B

Color information

#86914B (or 0x86914B) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 4B. RGB value is (134,145,75). Sum of RGB (Red+Green+Blue) = 134+145+75=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #86914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86914B is #796EB4. Grayscale: #868686. Windows color (decimal): -7958197 or 4952454. OLE color: 4952454.

HSL color Cylindrical-coordinate representation of color #86914B: hue angle of 69.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86914B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB13414575-
CMYK0.0800.480.43
HSL69.43º31.82%43.14%-
HSV(B)69.43º48.28%56.86%-
XYZ21.2325.8310.52-
YUV133.7394.86128.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=37.85%
G=40.96%
B=21.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145750.0800.480.4369.4331.8243.14
Hex86914B80302B45202b
Octal20622111310060531054053
Binary10000110100100011001011100001100001010111000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86914B;
 }
 .AnyTagClassName
 {
   color: #86914B;
 }
</style>
background-color css

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

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

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

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

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

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