#86A43D

Color #86A43D Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #86A43D

Tints of Sushi #86A43D

Color information

#86A43D (or 0x86A43D) is unknown color: approx Sushi. HEX triplet: 86, A4 and 3D. RGB value is (134,164,61). Sum of RGB (Red+Green+Blue) = 134+164+61=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #86A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A43D is #795BC2. Grayscale: #8F8F8F. Windows color (decimal): -7953347 or 4039814. OLE color: 4039814.

HSL color Cylindrical-coordinate representation of color #86A43D: hue angle of 77.48º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86A43D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB13416461-
CMYK0.1800.630.36
HSL77.48º45.78%44.12%-
HSV(B)77.48º62.8%64.31%-
XYZ23.9531.969.32-
YUV143.2981.56121.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=37.33%
G=45.68%
B=16.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134164610.1800.630.3677.4845.7844.12
Hex86A43D1203F244d2e2c
Octal2062447522077441155654
Binary10000110101001001111011001001111111001001001101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A43D; }

 p { color: rgb(134,164,61); }

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

<style>
 a { background-color: #86A43D; }

 a { background-color: rgb(134,164,61); }

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

<style>
 span { border-color: #86A43D; }

 span { border-color: rgb(134,164,61); }

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