#86A235

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

Shades of Sushi #86A235

Tints of Sushi #86A235

Color information

#86A235 (or 0x86A235) is unknown color: approx Sushi. HEX triplet: 86, A2 and 35. RGB value is (134,162,53). Sum of RGB (Red+Green+Blue) = 134+162+53=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #86A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A235 is #795DCA. Grayscale: #8D8D8D. Windows color (decimal): -7953867 or 3515014. OLE color: 3515014.

HSL color Cylindrical-coordinate representation of color #86A235: hue angle of 75.41º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86A235 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB13416253-
CMYK0.1700.670.36
HSL75.41º50.7%42.16%-
HSV(B)75.41º67.28%63.53%-
XYZ23.3931.178.15-
YUV141.278.22122.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=38.40%
G=46.42%
B=15.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134162530.1700.670.3675.4150.742.16
Hex86A23511043244b332a
Octal20624265210103441136352
Binary100001101010001011010110001010000111001001001011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,53); }

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

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

 a { background-color: rgb(134,162,53); }

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

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

 span { border-color: rgb(134,162,53); }

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