#86AE3C

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

Shades of Sushi #86AE3C

Tints of Sushi #86AE3C

Color information

#86AE3C (or 0x86AE3C) is unknown color: approx Sushi. HEX triplet: 86, AE and 3C. RGB value is (134,174,60). Sum of RGB (Red+Green+Blue) = 134+174+60=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AE3C is #7951C3. Grayscale: #959595. Windows color (decimal): -7950788 or 3976838. OLE color: 3976838.

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

Color convert

RGB13417460-
CMYK0.2300.660.32
HSL81.05º48.72%45.88%-
HSV(B)81.05º65.52%68.24%-
XYZ25.7835.679.8-
YUV149.0477.75117.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=36.41%
G=47.28%
B=16.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134174600.2300.660.3281.0548.7245.88
Hex86AE3C170422051312e
Octal20625674270102401216156
Binary100001101010111011110010111010000101000001010001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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