#86AE41

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

Shades of Sushi #86AE41

Tints of Sushi #86AE41

Color information

#86AE41 (or 0x86AE41) is unknown color: approx Sushi. HEX triplet: 86, AE and 41. RGB value is (134,174,65). Sum of RGB (Red+Green+Blue) = 134+174+65=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AE41 is #7951BE. Grayscale: #969696. Windows color (decimal): -7950783 or 4304518. OLE color: 4304518.

HSL color Cylindrical-coordinate representation of color #86AE41: hue angle of 82.02º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86AE41 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB13417465-
CMYK0.2300.630.32
HSL82.02º45.61%46.86%-
HSV(B)82.02º62.64%68.24%-
XYZ25.9235.7210.53-
YUV149.6180.25116.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=35.92%
G=46.65%
B=17.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134174650.2300.630.3282.0245.6146.86
Hex86AE411703F20522e2f
Octal20625610127077401225657
Binary100001101010111010000011011101111111000001010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,174,65); }

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

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

 a { background-color: rgb(134,174,65); }

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

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

 span { border-color: rgb(134,174,65); }

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