#86934B

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

Shades of Wasabi #86934B

Tints of Wasabi #86934B

Color information

#86934B (or 0x86934B) is unknown color: approx Wasabi. HEX triplet: 86, 93 and 4B. RGB value is (134,147,75). Sum of RGB (Red+Green+Blue) = 134+147+75=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #86934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86934B is #796CB4. Grayscale: #878787. Windows color (decimal): -7957685 or 4952966. OLE color: 4952966.

HSL color Cylindrical-coordinate representation of color #86934B: hue angle of 70.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86934B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB13414775-
CMYK0.0900.490.42
HSL70.83º32.43%43.53%-
HSV(B)70.83º48.98%57.65%-
XYZ21.5426.4410.63-
YUV134.994.19127.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=37.64%
G=41.29%
B=21.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147750.0900.490.4270.8332.4343.53
Hex86934B90312A47202c
Octal20622311311061521074054
Binary10000110100100111001011100101100011010101000111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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