#86A239

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

Shades of Sushi #86A239

Tints of Sushi #86A239

Color information

#86A239 (or 0x86A239) is unknown color: approx Sushi. HEX triplet: 86, A2 and 39. RGB value is (134,162,57). Sum of RGB (Red+Green+Blue) = 134+162+57=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #86A239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A239 is #795DC6. Grayscale: #8E8E8E. Windows color (decimal): -7953863 or 3777158. OLE color: 3777158.

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

Color convert

RGB13416257-
CMYK0.1700.650.36
HSL76º47.95%42.94%-
HSV(B)76º64.81%63.53%-
XYZ23.4931.28.66-
YUV141.6680.22122.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=37.96%
G=45.89%
B=16.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134162570.1700.650.367647.9542.94
Hex86A23911041244c302b
Octal20624271210101441146053
Binary100001101010001011100110001010000011001001001100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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