#86A63A

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

Shades of Sushi #86A63A

Tints of Sushi #86A63A

Color information

#86A63A (or 0x86A63A) is unknown color: approx Sushi. HEX triplet: 86, A6 and 3A. RGB value is (134,166,58). Sum of RGB (Red+Green+Blue) = 134+166+58=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #86A63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A63A is #7959C5. Grayscale: #909090. Windows color (decimal): -7952838 or 3843718. OLE color: 3843718.

HSL color Cylindrical-coordinate representation of color #86A63A: hue angle of 77.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86A63A is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB13416658-
CMYK0.1900.650.35
HSL77.78º48.21%43.92%-
HSV(B)77.78º65.06%65.1%-
XYZ24.2332.659.03-
YUV144.1279.4120.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 166 (65.23% from 255) = 46.37%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=37.43%
G=46.37%
B=16.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166580.1900.650.3577.7848.2143.92
Hex86A63A13041234e302c
Octal20624672230101431166054
Binary100001101010011011101010011010000011000111001110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,166,58); }

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

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

 a { background-color: rgb(134,166,58); }

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

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

 span { border-color: rgb(134,166,58); }

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